R Ramezanpour Active Member Licensed User Longtime User Apr 20, 2015 #1 Hi all, I want to delete a word in string. for example: my string is : "b4xramezanpour" dim a as string a = "b4xramezanpour" Now I want to delete b4x in that string and put "ramezanpour" in a
Hi all, I want to delete a word in string. for example: my string is : "b4xramezanpour" dim a as string a = "b4xramezanpour" Now I want to delete b4x in that string and put "ramezanpour" in a
narek adonts Well-Known Member Licensed User Longtime User Apr 20, 2015 #2 you should use string.substring Upvote 0
R Ramezanpour Active Member Licensed User Longtime User Apr 20, 2015 #3 narek adonts said: you should use string.substring Click to expand... Please give me a code. (I don't know the string character) Upvote 0
narek adonts said: you should use string.substring Click to expand... Please give me a code. (I don't know the string character)