Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find position of the fifth "\" character
#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


Messages In This Thread
RE: Find position of the fifth "\" character - by Kevin - 05-09-2021, 10:53 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)