<h4>GetFieldSelections( fieldname [, valuesep [, maxvalues=6 ]] )</h4> returns a string containing the current selections in a given field. Valuesep is the delimiter between selected values and defaults to ', '. Maxvalues is the highest number of individual values that will be displayed before 'x of y' notation is used instead. <h2>Examples:</h2> getfieldselections(Country) getfieldselections (Country, ';' ) getfieldselections (Country, ',' , 10 )