DynamicLength

Parent Previous Next

DynamicLength

Function that returns the current length of a dynamic tag.


Syntax

Int DynamicLenght(string tagName);

Params:

String tagName: A string parameter that contains the tag name.


Return:

Int: The current length of the dynamic tag.


Example:

Setting the DynamicLenght to @NewTag:



@NewTag = SVTags.DynamicLenght("DynTag");