do you want the data from a partcular column? i.e.
var rowNumber = 0; var record = rs.getItemAt(rowNumber); mystring = "#" + record.FNAME + "#" + record.LNAME + "#" + record.EMPID + "#"; i haven't tested that, so there may be some errors. does that do what you are trying to do? mike chambers [EMAIL PROTECTED] > -----Original Message----- > From: Frank Mamone [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 2:16 PM > To: CF-Talk > Subject: SOT:Flash Remoting with CF > > > Hi, > > I got through the basics of Flash Remoting. The server comes > back with a recordset, however I don't want to bind it to a > control with DataGlue. I simply need to build a string using > three of the column values. > > I want to do this: > > mystring = #FNAME##LNAME##EMPID# > > Thanks > > Frank Mamone. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

