Delete characters from String
Posted: Mon Jun 07, 2010 7:38 pm
In Turbo Integrator, I need to delete specific character from a String.
For example if my string is 100.200.12345 or 12.123.12345
then I would like to get rid of . (DOT) from the srings and it should look like as: 10020012345 or 1212312345
Please note that . (DOT) may appear after any number of characters.
I tired to use the DELET() and SCAN() but its not making sense to me.
Can someone please help!
Thanks!
For example if my string is 100.200.12345 or 12.123.12345
then I would like to get rid of . (DOT) from the srings and it should look like as: 10020012345 or 1212312345
Please note that . (DOT) may appear after any number of characters.
I tired to use the DELET() and SCAN() but its not making sense to me.
Can someone please help!
Thanks!