Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I need to remove all newlines in an object.
I tried using: replace(field , chr(10) , ' ') :but they were not replaced.
Is it even possible?
Hi the thing was that there were both a chr(10) and chr(13) for the newline so replacing/removing both got it working
Hi ,
Check it out using the PurgeChar function ...
Regards,
Chakravarthy.
Nah dosn't work =(
Hi ,
Can you please post an example .. I will work it out .
Regards,
Chakravarthy.
Hi the thing was that there were both a chr(10) and chr(13) for the newline so replacing/removing both got it working