Code (InvalidRegex property): Difference between revisions
Jump to navigation
Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Integer code providing some details about the nature of the error<section end=dpl_desc/></span> [[Category:InvalidRegex metho...") |
m (1 revision) |
(No difference)
|
Revision as of 21:43, 16 January 2011
<section begin=dpl_desc/>Integer code providing some details about the nature of the error<section end=dpl_desc/>
Code is a member of the InvalidRegex class.
This code is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to Sirius Software technical support.
No assumptions should be made that a particular error will always produce the same code from release to release of the Sirius Mods, or even between runs of an Online.
Syntax
%num = %invReg:Code
Syntax terms
%num | This integer value is associated with the regex expression error. |
---|---|
%invReg | A reference to an instance of an InvalidRegex object. |