> Is this a good place for MTASC questions? If not, where? Maybe the MTASC list is more appropriate.
The e1,e2,e3 notation is very rarely used by users, and is confusing for other developers that doesn't know about it. Especially in your case, you could have write as well the following : a_int = a; b_int = b; c_str = c; d_bol = d; which would have exactly the same effect. That's why MTASC does not support this syntax and is giving a parse error. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
