Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find position of the fifth "\" character
#1
How can I get the position of the fifth "\" character in this string?

"\wowwwwww\DDDD\GVP\application\sources\anything\anything2\"
#2
use findrx with flag 4
Code:
Copy      Help
str subject="\wowwwwww\DDDD\GVP\application\sources\anything\anything2\"
int i; ARRAY(CHARRANGE) a
findrx(subject "\\" 0 4 a)
out a[0 4].cpMin
#3
Thank you  Heart


Forum Jump:


Users browsing this thread: 1 Guest(s)