Multiline Textbox remove CRLFs

_Midnight_
_Midnight_ Member Posts: 15
Does anyone know how to remove CRLFs from multiline textboxes????

When I try these commands it fails....
DELCHR?
CONVERTSTR?

DELCHR(AllText,'\');
or
DELCHR(AllText,'\r\n');

Am I using wrong char???

Comments