2007 Oct 17 2:41 AM
hi,
may i know how to delete a substring in a string and the remaining string can move to the left.
for example :
401011DELEC345,99REF
i need to delete "DELE" which is wa_tab+6(4) to become as below :
401011C345,99REF
thanks
2007 Oct 17 2:51 AM
You can use REPLACE to replace the desired part of string by space and then use CONDENSE command to remove the spaces.
ashish
hi,
may i know how to delete a substring in a string and the remaining string can move to the left.
for example :
401011DELEC345,99REF
i need to delete "DELE" which is wa_tab+6(4) to become as below :
401011C345,99REF
thanks
2007 Oct 17 2:51 AM
You can use REPLACE to replace the desired part of string by space and then use CONDENSE command to remove the spaces.
ashish
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |