strlen

The strlen Statement

The strlen statement returns the length of the input string (second) argument in the scalar output (first) argument. The syntax of the strlen statement is shown below.

 strlen nSize, strMsg  // nSize == length of strMsg

Generated by  doxygen 1.6.2