this is still a problem with kix 4.10beta

this code will cause kix to error out.
code:
$array = 1
global $array[10]

but the DIM command does not have this problem.

code:
$array = 1
dim $array[10]

Bryce