QuotedValueList()

Returns a quoted list of all the values, for a given column within the query, delimited by the value given. this function is deprecated, use instead the function queryColumnData

Status:

deprecated

QuotedValueList( query_column=queryColumn, delimiter=string );

Returns: String

Argument Description Default
query_column
queryColumn, required

Name of an executed query and column. Separate query name and column name with a period.

Alias: queryColumn

delimiter
string, optional

Alias: delimiters

,

Examples

There are currently no examples for this function.

See also