Closed richardpike closed 9 years ago
I think I've just solved this myself after a more thorough look at your test examples (sorry!)
sFloatStruct = Struct({
'floatVar': ArrayType('float', 5)
});
Is what I'm doing now. It's not giving me any errors, so I'll see what testing brings when I get to it.
Hi I'm trying to create an array of a float variable within a structure:
I keep getting:
Is it possible to do this?