Difference between revisions of "TES5Edit Scripting Functions"

imported>DavidJCobb
m (→‎Pascal implementation: No closures either)
imported>DavidJCobb
Line 441: Line 441:
* TES5Edit's Pascal implementation does not appear to support the <code>With</code> statement.
* TES5Edit's Pascal implementation does not appear to support the <code>With</code> statement.
* TES5Edit's Pascal implementation does not support <code>&</code> as a prefix for suppressing keyword parsing (e.g. <code>&For</code> to refer to a variable named "For").
* TES5Edit's Pascal implementation does not support <code>&</code> as a prefix for suppressing keyword parsing (e.g. <code>&For</code> to refer to a variable named "For").
* TES5Edit's Pascal implementation does not appear to support the <code>^</code> operator.
* TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword.
* TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword.
** One can safely assume, then, that the classes and functionality available to one is limited by both the Delphi version (presently unknown) and the JVCL version (presently unknown) that TES5Edit uses.
** One can safely assume, then, that the classes and functionality available to one is limited by both the Delphi version (presently unknown) and the JVCL version (presently unknown) that TES5Edit uses.
Anonymous user