PackArrayRecord

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 PackArrayRecord(SalString sID, SalArray<SalString> sArray)

The PackArrayRecord method packs a string array into an attribute string with the record separator (CHAR_RS).

Parameters

Name Description
SalString sID Identity (name) of the attribute.
SalArray<SalString> sArray Array of all the values for the attribute.

Returns

The return value is the packed string.