en:software:qview:qview_6:qcl_library:st10strstr

ST10StrStr

ST = String functions

The ST10StrStr function searches for the substring substr in the string str like strstr() in c language. Rerutn zero if no match, or index if match.

ST10StrStr(str, substr, return)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
IN ARRGBL str B
IN ARRGBL substr B
IN GLOBAL return L
  • Last modified: 2020/12/29 18:01