Share via


Expected identifier (JScript) 

You used something other than an identifier in a context where one was required. An identifier can be:

  • a variable,

  • a property,

  • an array,

  • or a function name.

To correct this error

  • Change the expression so an identifier appears to the left of the equal sign.

See Also

Concepts

Using Arrays (JScript 5.6)