SteveCulshaw
Programmer
Can anyone explain how I convert the UNIX end of line character? - I think it's chr(10)
I need to change it to a <space>
I've tried
formula = Replace ({BCCASE.ADDRESS}, chr(10), " " ) Cheers,
Steve C.
I need to change it to a <space>
I've tried
formula = Replace ({BCCASE.ADDRESS}, chr(10), " " ) Cheers,
Steve C.