Another day, another problem wink

In C and lite-c i can create a new vartype by writing
Code:
typedef var myvar;



Now if i want to create a new array var type, in C i would write
Code:
typedef var myVar[x]; //x = any number



but in lite-c this doesn't work, i get a syntax error.
Any help? laugh


Shade-C EVO Lite-C Shader Framework