AppendFieldImages (Stringlist function)

From m204wiki
Revision as of 18:11, 6 July 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Add fields stored in image format to a Stringlist (Stringlist class)

[Introduced in Sirius Mods 7.8]


This callable function retrieves fields that are in repeating groups into Stringlist items mapped to a User Language image.

Syntax

[%count =] sl:AppendFieldImages[( [Image= string], [FirstOccurrence= number], - [MaxOccurrences= number], - [Options= string], [NullValue= string])]

Syntax terms

%count This numeric variable is the number of items (extracted repeating group occurrences) added to Stringlist sl, or it is a (negative) status code.
sl A Stringlist object.
Image string
FirstOccurrence number
MaxOccurrences number
Options string
NullValue string

Usage notes

See also