[Gambas-user] How to replace chr$(13) from a text file

Karl Reinl karl.reinl at ...9...
Mon Apr 11 19:08:26 CEST 2016


Am Montag, den 11.04.2016, 08:18 -0700 schrieb José Monteiro:
> By now I tried to use:
> 
> Mglobal.info = Replace$(TextArea1.Text, Chr$(13), "|")
> 
> Unfortunately, the global variable "info" still has new lines and a parser
> refuses to accept it.

Salut José,

try this : 

Mglobal.info = Replace(TextArea1.Text, gb.NewLine, "|")

This line ist not tested !




-- 
Amicalement
Charlie





More information about the User mailing list