TextSize
(Engine-Level Function)
Description: | Returns the size in characters of the definition text of a desired item. |
Returns: | Numeric |
Usage: | Script Only. |
Function Groups: | String and Buffer |
Related to: | AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetTransitText | GetVariableText | SetModuleText | SetOneParmText | SetParmText | SetStateText | SetTransitText | SetVariableText | TextOffset |
Format: | TextSize(CodeValue, Type) |
Parameters: |
CodeValue |
Required. Any code value expression for the item. |
Type |
Required. Any numeric expression for the value type of CodeValue. |
Comments: | This function may only appear in a script. |