Hi there, i came across some problems working with flash and i found it had something to do with strict data typing. I work with both 2004 and MX, and i found that my neatly strict data type’d code wasnt working on MX.
I just want to know how far MX allows data typing. can you onlydefine things in the beginning of your code: myVar:String=“help”;
or can you use it in functions too: myFunction (myVar:String ){blablabla…}
or should i use suffixes instead, like myVar_s=“help”;
please help, im a little bit confused here. :h: