Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to remove linefeeds and carraige returns from a field in a table.
Also:
PurgeChar(chr(10)&chr(13))
I'm using Replace function, but am wondering if there's a better way.
Also:
PurgeChar(chr(10)&chr(13))