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


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to