NextGen Knowledge Center

TAB String Function

Use:Adds the specified number of tabs before a character string
Syntax:
{TAB( «string» , «num»)}
Arguments:

«string»
    Character string to be tabbed
«num»
    Number of tabs
Returns:The character string with the specified number of preceding tabs
Example:
{TAB( Health, 2)}

Result: > | > | Health