The 'el cheapo method:

Replace(MyTextFile,'  ',' ','all)

(that is two spaces after the first comma)

Another way?
REReplace(MyTextFile, "[space]","", "All")
 OR
REReplace(MyTextFile, "[space]"," ", "All")

(of course, the output of the first RE would be totally void of ALL
spaces... actually, I would expect it would wind up as one long line of
text....the "second" RE examle may be better)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to