This problem is really killing me: what I need is a record that can contain arrays, something like this..
TYPE
var1 as integer
var2 as whatever
var3 as array(1 to n)
END TYPE
Question is how do I declare var3?? Is it possible to have arrays in records with qb? Please help, I'm going crazy!
This is a game. Who is the toy?
.:: PZ ::.
TYPE
var1 as integer
var2 as whatever
var3 as array(1 to n)
END TYPE
Question is how do I declare var3?? Is it possible to have arrays in records with qb? Please help, I'm going crazy!
This is a game. Who is the toy?
.:: PZ ::.