Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Findrx Problem.
#13
Because findrx returns 0-based character index, or -1 if not found,

if findrx(...) means 'if found not at the beginning or not found at all'

if findrx(...)>=0 means 'if found'


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)