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

Sign In or Register to comment.