ValueListSet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean ValueListSet( SalString sSection,
		      SalString sEntry,
		      SalString<SalString> sValues )

This method takes an array of values and stores them in the profile as a list under one single entry.

Parameters

Name Description
SalString sSection Name of section from which to read the value. The section name is combined with the entry name to form a unique key for the value to be written.
SalString sEntry Name of entry to read in the specified section.
SalString<SalArray> sValues String array containing the list items

Returns

Unknown

Comments

Delimiter and protected characters in the values are encoded into hex representation of their ascii value. This means that entries written by ProfileListSet should be read by ValueListGet to ensure correct decoding of the list.