toFormattedTable

Convert a list of objects to a tabular style string for display purposes. Ideal for use with debug() to display list of objects.

Parameters:

No. Type Comments
1 list<T> Where T is an ALFA object type

Returns:

string - Value as a tabular style formatted string

Usages:

  • toFormattedTable( v:T ) : string