> how can I hit this URL and get back JUST the plain text? I'll format it in > Flash once I get it back in.
Can you do listGetAt using the carriage return character as a delimiter, something like var1 = listgetat(returnedstring,1,chr(13)&chr(10)) var2 = listgetat(returnedstring,2,chr(13)&chr(10)) I doubt the syntax is exactly correct there but I bet you could tweak it to get it to work. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296296 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

