Create ARRAY variable

krasi.varna
krasi.varna Member Posts: 3
Hi All. I have a question. How I can define a array variable

Comments

  • Marije_Brummel
    Marije_Brummel Member, Moderators Design Patterns Posts: 4,262
    You can define the dimensions in the properties of the variable.
  • aman_mbs
    aman_mbs Member Posts: 158
    Lets say u have to define the array variable of type text .
    Step 1) In C/Al Globals make a text variable.
    Step 2) Go to the Property of that variable Shift+f4
    Step 3) U Will find Dimensions Field over there specify the len of array.
    Aman Kumar Gupta
  • krasi.varna
    krasi.varna Member Posts: 3
    aman_mbs wrote:
    Lets say u have to define the array variable of type text .
    Step 1) In C/Al Globals make a text variable.
    Step 2) Go to the Property of that variable Shift+f4
    Step 3) U Will find Dimensions Field over there specify the len of array.

    thanks for all