Hi Guys,

I am trying to do the following...
I have a string                 [09/09/2006 1:30ET] name1 @ name2
I need to display it as such:    09/09/2006 name1
                                 1:30ET     name2

I removed using replacelist characters "[,]" and have been trying for the past 
20minutes to replace "@" with a line break, tried a replace "@" with 
"#chr(13)#" or chr(13) and it does not seem to happen I just get a blank space 
(name1 name2) instead of (name1<br>name2)
My next issue is of course getting the time on the second line as well.

Cornel



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:973
Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21

Reply via email to