AppendFieldImages (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 2: Line 2:


This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:Stringlist:AppendFieldImages syntax}}
{{Template:Stringlist:AppendFieldImages syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 20: Line 22:
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
 
 
==See also==
==See also==
{{Template:Stringlist:AppendFieldImages footer}}
{{Template:Stringlist:AppendFieldImages footer}}

Revision as of 00:47, 29 June 2012

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

[Introduced in Sirius Mods 7.8]


This page is under construction.

Syntax

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

Syntax terms

%countnumber
sl Stringlist object
Image string
FirstOccurrence number
MaxOccurrences number
Options string
NullValue string

Usage notes

See also