Replace function?

SnakesSnakes Member Posts: 2
edited 2005-06-17 in Navision Attain
I got a string (txt), in this string there is lot of # that i want to replace with ~.

Does anyone know how to do so?

I got Navision Attain 3.60


Or just explain to me what do do to make this one work

http://www.mibuso.com/forum/viewtopic.php?t=3821

Comments

  • krikikriki Member, Moderator Posts: 9,112
    txtMyString := CONVERTSTR(txtMyString,'#','~');
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.