Workshop.codes
Create

String Length Last updated November 26, 2024

Description

Results in the number of characters in the String value (or 0 if the value is not a string).

Snippet

String Length(Global.variableName);

Properties

Returns: Integer
Parameters: String

String
Type: String, Default: Global Variable
The string value whose characters to count.

Workshop.codes