krobinson98
16th December 2008, 22:34
Hi,
I need to loop through a string stored in a variable character by character to locate and remove all the commas. Anybody have any script examples.Thanks for any help.

NPRao
16th December 2008, 22:58
Use search option on the forum to refer to already discussed threads -

remove commas(or any character) from a field. (http://www.baanboard.com/baanboard/showthread.php?t=13252&highlight=ttdllstring)

Replace a character (http://www.baanboard.com/baanboard/showthread.php?t=24035&highlight=ttdllstring)

Hitesh Shah
18th December 2008, 18:04
For more predictable (number of comma and field types) string expressions , string.scan also may help better .