Author Topic: Multi Dimentional Array in script  (Read 4076 times)

0 Members and 1 Guest are viewing this topic.

Offline pra15

  • Older Power User
  • *****
  • Posts: 173
    • View Profile
Multi Dimentional Array in script
« 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!

 

anything