PemToString (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 12: Line 12:
<td>string</td></tr>
<td>string</td></tr>
<tr><th><var>Occurrence</var></th>
<tr><th><var>Occurrence</var></th>
<td>number</td></tr>
<td>The occurrence number of the requested tag.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Stringlist:PemToString footer}}
{{Template:Stringlist:PemToString footer}}

Revision as of 22:19, 3 April 2012

Extract base64 encoded PEM data to string (Stringlist class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%string = sl:PemToString( label, [Occurrence= number]) Throws InvalidPemData

Syntax terms

%stringstring
sl Stringlist object
label string
Occurrence The occurrence number of the requested tag.

Usage notes

Examples

See also