UnpackStringRecord

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.

SalNumber UnpackStringRecord( SalString sData,
		           ref SalString sID,
		           ref SalArray<SalString> sArray )

The UnpackStringRecord method unpacks an attribute string to an array packed with the record separator (CHAR_RS) at the top-most level.

Parameters

Name Description
SalString sData The attribute string (created with Pack* method or PL/SQL package Client_SYS) to unpack.
ref String sID Identity (name) of the attribute.
ref SalArray<SalString> sArray Array of all the values for the attribute.

Returns

The return value is the number of elements in the attribute string.