Issue while deleting %1 from a string

postsauravpostsaurav Member Posts: 708
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.

Thanks & Regards,
Saurav Dhyani

Do you Know this About NAV?


Connect - Twitter | Facebook | Google + | YouTube

Follow - Blog | Facebook Page | Google + Page

Answers

Sign In or Register to comment.