Tabs Function

Action

Returns a specified number of tabs.

Syntax

sTabs = Tabs(iAmount)
Variable Description
sTabs A string of tab characters. STRING.
iAmount The number of tabs to return. INTEGER.

Example

STRING s = "{Tabs(2)}string with leading tabs"
Print (s)