Deprecated. Evaluates a string of MetaScript code in the context of an object.
Method of Object
Syntax
eval( string )
Parameters
Parameter | Description |
---|---|
string | Any string representing a MetaScript expression, statement, or sequence of statements. The expression can include variables and properties of existing objects. |
Description
The eval method is no longer available as a method of Object. Use the top-level eval function.