length()

Syntax:

length( String )

Return:

The length of the String.

Parameters:

String - The String can be a string of text surrounded by quote marks or a variable name containing a string. This parameter is required.

Remarks:

This function can be useful when determining the number of times a loop should run.

image\Script_Button.jpgExamples