Permanent
(boolean) Whether to permanently unregister the font file:
VALUE DESCRIPTION |
|
true |
The font file will be permanently unregistered on the user's system. (Default) |
false |
The font file will be temporarily unregistered on the user's system. This means it will be unregistered until a system reboot. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
T a b l e
Table.Concat
OverviewExamples
string Table.Concat ( table SourceTable,
string Separator,
number Start = 1,
number End = TABLE_ALL )
De s cr ip t ion
Returns a string containing some or all of the values in a table. The values will be separated by the delimiter of your choice.
P arame t er s
SourceTable
(table) The table whose values you want to concatenate.