MSI Factory 2.3

Table.Count

Table.Count

This is the first topic This is the last topic  

Table.Count

This is the first topic This is the last topic  

OverviewExamples

number Table.Count (

table SourceTable )

Example 1

target_table = {"John","Mary","George","Sally"};    --Creates a table whose values are 4 strings.

count = Table.Count(target_table);

Gets the total number of items in the table called "target_table" and stores it in the variable "count." In this example, the number 4 will be returned.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us