LEN¶
Provided by Standard Library.
Function of type STRING, returns the length of a string.
Input:
STR : STRING, string to be analyzed
Return value: INT, length of string (number of characters)
Example in IL: (Result is “4”)\ \ \ \
Example in FBD:\ \ \ \
Example in ST:\ \ \ \
VarINT1 := LEN ('SUSI');