|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Table.Count

OverviewExamples

number Table.Count ( table SourceTable )


De s cr ip t ion


Returns the total number of items in a table.


P arame t er s


SourceTable


(table) The table whose number of items you want.


Re t u r n s


(number) The total number of items in the table. If the table is empty, 0 is returned.


|