BytePosition (CharacterTranslationException property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
#REDIRECT [[CharacterTranslationException class#BytePosition property|BytePosition property]]
<span class="pageSubtitle"><section begin=dpl_desc/>Position of byte at which the exception was thrown<section end=dpl_desc/></span>
[[Category:CharacterTranslationException methods|BytePosition property]]
[[Category:CharacterTranslationException methods|BytePosition property]]
<p>
BytePosition is a member of the [[CharacterTranslationException class]].
</p>
==Syntax==
<p class="syntax">%num = %chTransEx:BytePosition
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%num</th>
<td>The position of the byte at which the exception was thrown.
</td></tr>
<tr><th>%chTransEx</th>
<td>A reference to an instance of a CharacterTranslationException object.
</td></tr></table>

Latest revision as of 22:45, 9 May 2011