Ok, we just moved our development platform from 5.0 to MX.  This will
probably be a first-of-many kind of post.  First error we come across is
this:  

ByteArray objects cannot be converted to strings.  
 
  
The Error Occurred in /web/live/faculty_staff/index.cfm: line 13
 
11 : WHERE articleID = #variables.article#
12 : </cfquery>
13 : <cfset truncate = find(".",qGetArticle.Text,"150")>
14 : 
15 : 

 
I'm trying to truncate what *used to be* a text string out of my
database.  Is there now some .toString() function I need to use, or
something?

Willy



-----
Willy Ray
Web Applications Developer
Certified Advanced ColdFusion Developer
Westminster College
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to