From OpenSCADAWiki
1 Functions of the strings processing
1.1 String: Get size (strSize)
Description: Getting size of the string.
Parameters:
Identifier | Parameter | Type | Mode | By defaults |
---|---|---|---|---|
rez | Result | Integer | Return | |
str | String | String | Input |
Example:
using Special.FLibSYS;
messPut("Example",1,"ReturnString: "+strSize("Example"));