View Single Post
  #10  
Old 10-01-2001, 05:56 AM
Guest
Posts: n/a
#e(startindex,length,string) extracts a substring out of ‘string’ (length=-1 -> till the end)


indexof( partstr, str ) position of where partstr appears in str (-1 -> not in str)
Reply With Quote