UntranslatableHexValue (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one either)
Line 1: Line 1:
{{Template:AddToRecordError:UntranslatableHexValue subtitle}}
{{Template:AddToRecordError:UntranslatableHexValue subtitle}}
==Syntax==
==Syntax==
{{Template:AddToRecordError:UntranslatableHexValue syntax}}
{{Template:AddToRecordError:UntranslatableHexValue syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%str</th>
<tr><th>%string</th>
<td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown, if the <var>[[Reason (AddToRecordError property)|Reason]]</var> property indicates the exception was due to an untranslatable [[Unicode]] character.
<td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown.  This will only be valid if the <var>[[Reason (AddToRecordError property)|Reason]]</var> property indicates the exception was due to an untranslatable [[Unicode]] character.
</td></tr>
</td></tr>
<tr><th>%a2RecErr</th>
<tr><th>addToRecordError</th>
<td>An <var>AddToRecordError</var> object.
<td>An <var>[[AddToRecordError]]</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:AddToRecordError:UntranslatableHexValue footer}}
{{Template:AddToRecordError:UntranslatableHexValue footer}}

Revision as of 05:24, 10 April 2011

Hexadecimal representation of untranslatable Unicode character, if that is reason for error (AddToRecordError class)

[Introduced in Sirius Mods 7.8]

Syntax

%string = addToRecordError:UntranslatableHexValue

Syntax terms

%string A string to receive the hexadecimal value of the bytes that caused the exception to be thrown. This will only be valid if the Reason property indicates the exception was due to an untranslatable Unicode character.
addToRecordError An AddToRecordError object.

See also