Page 1 of 1

Separators in AMG script

Posted: Wed Mar 05, 2014 10:19 am
by Wurlitzer
Hello,

in AMG script items a separated with "/". How can I change the script to get comma separated (",") items?

Bye Byte & Happy Coding
Wurlitzer

Re: Separators in AMG script

Posted: Wed Mar 05, 2014 11:25 am
by jtclipper
You can use AnsiReplaceText :

Code: Select all

myVar :=  AnsiReplaceText( 'item1/item2/item3', '/', ',' )