Returns an array of the possible values for a SET Requires 'table' and 'column' output is like: array: ('Show'), ('Hide'), ('Deleted')
Parameters
-table
string, required
Name of the table from which you are retrieving a value.
-column
string, required
Name of the column from which you are reading the possible options.
Sample Usage
get_set_options('Table_Name', 'Column_Name');
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.