Hi All,
I have found a bug in the ternary operator in combination with the table class. If you have the following code you get an exception when it is executed.
Table table = Table( "GlobalTable1"); double x = table[ 1 ][ 1 ] == 0 ? 1 : ( table[ 1 ][ 1 ] ); Flexscript Error VIEW:/active/MainPanel/BackPanel/SplitterXPane/SplitterYPane/ToolTabPane/TabControl/ScriptConsole/Script>script Line 2 Invalid cast from int to TableElement Could not finish parsing because of previous errors.
Could you maybe fix this in the next release?
Thanks,
Patrick