Hi all,
A strange issue, while i am trying to delete '%1' from a string it also deletes all occurrence of 1.
NAV Version 5.
Example -
MyString = 'abcd%12341';
MyString := DELCHR(myString, '=', '%1');
Output -
MySring = 'abcd234'.
If some have faced and resolved the issue, Please suggest.
0
Answers
In help file, it is clearly mentioned that
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks for the Reply.
I got the resolution is - myString :=STRSUBSTNO(myString,'');
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page