PemToString (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Syntax terms) |
||
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
%string | string |
---|---|
sl | Stringlist object |
label | string |
Occurrence | The occurrence number of the requested tag. |