2006 May 04 11:00 AM
i have number 111-11111-11111
i made
REPLACE '-' WITH space INTO lv_temp.
i get
111 111111-11111
why he dont replace the second '-'
2006 May 04 11:01 AM
use
REPLACE all occurances of '-' WITH space INTO lv_temp.
2006 May 04 11:01 AM
2006 May 04 11:02 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |