Personal Video Database

English => Development => Scripts and Templates => Topic started by: pra15 on February 02, 2015, 02:27:47 pm

Title: Multi Dimentional Array in script
Post by: pra15 on February 02, 2015, 02:27:47 pm
I tried to use multidimentional array in import script but that give me always an error.

I declare it like this : Name : Array [a..b][c..d] of string;
or like this Name : Array [a..b] of Array [c..d] of string;
or like this Name : Array[a..b,c..d] of string.

but always an error.
If someone can help me to know if it's possible.

Thanks!