Arrays in Navision

sourav1985
sourav1985 Member Posts: 6
edited 2009-02-04 in Navision Attain
I am a developer in Navision .
I have a query
How to specify size of array in C/AL in navision 3.70?

Comments

  • bbrown
    bbrown Member Posts: 3,268
    You specify the size as a property of the array variable. You cannot specify during runtime.
    There are no bugs - only undocumented features.
  • DenSter
    DenSter Member Posts: 8,307
    To elaborate a little:
    Open the globals (or locals, works the same)
    Go to the variable that you want to turn into an array
    Open properties
    The Dimensions properties sets the array size.

    Open the C/SIDE Reference Guide and search for 'dimensions', you will get an item that explains this.