PackArray

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.

SalString PackArray(SalString sID,
SalArray<SalString> sArray,
SalString sSeparator)

The PackArray method packs a string array into an attribute string with any separator.

Parameters

Name Description
SalString sID Identity (name) of the attribute.
SalArray<SalString> sArray Array of all the values for the attribute.
SalString sSeparator The separator to use when packing the array.

Returns

The return value is the packed string.