2014 Oct 01 8:15 AM
Hi Gurus,
I need to modify strings in the internal table.
For ex: The string in the internal table is ............'Report...' My output should be 'Report...'
I tried to remove preceding dots using Replace keyword but it replaces all dots that appears in string.
My requirement is only to delete preceding dots.
Please help me?
2014 Oct 01 8:28 AM
Hi,
Use below key word:
shift <string variable> left deleting leading '.'.
Regards,
Naveen
Hi Gurus,
I need to modify strings in the internal table.
For ex: The string in the internal table is ............'Report...' My output should be 'Report...'
I tried to remove preceding dots using Replace keyword but it replaces all dots that appears in string.
My requirement is only to delete preceding dots.
Please help me?
2014 Oct 01 8:28 AM
Hi,
Use below key word:
shift <string variable> left deleting leading '.'.
Regards,
Naveen
2014 Oct 01 8:44 AM
2014 Oct 01 8:31 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |