en:software:qview:qview_6:qcl_library:st10strstr

This is an old revision of the document!


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 ARRGBL return L
  • Last modified: 2020/12/29 17:56