Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: __i on October 25, 2006, 02:33:14 am
-
Note:
In ActionScript 2 have type "Void" but ActionScript 3 is "void" (I think this note affect to other case sensitive languages)
EA on default use variable type "void". If you choose type in "type" combobox you can choose only "Void" type and if you open this combo box and don't choose other type, type "void" automatically changed on "Void" :( .
It's not big problem but if you cenerate code you need check it or on desing stage you need every time control this type.
-
Interesting. I didn't realise that Actionscript 3 changed this.
What you can do is open the Code Datatypes dialog (Settings | Code Datatypes) and change the Actionscript type "Void" to "void".
That should solve your problem.
-
Thanks.