ERROR: Expected identifier - [line 1] 2005-01-09 - By JoshOne
Back i get "'ERROR : Expected identifier - [line 1]" when i run this snip of code. ===BEGIN=== for(var j = 0 ; j < 5 ; j++) { logmessage(j); } ===END===
Checked msdn for more info and found this:
/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. /
can someone point out what i am missing?
thanks!
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|