Object.eval

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.

See also

eval

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.