How to create an array?

Hi everyone, I’m trying to figure out how to create a string-array in Navision. We’re creating our own invoice layout and have, unfortunately, only license to the report designer. I’ve figured out how to create code attached to the report, new global variables, etc., but one question remains: Our Navision (in Danish) has a variable called DebAdr (the customer address). This is defined as a global variable of type text, however, whenever you use it, you’ll find that it’s actually an array of text. How can I create such an array myself? Regards, Lars

It’s defined in the properties for the variable. And yes you can create it your self. Best regards, Erik P. Ernst, webmaster Navision Online User Group

in the properties window a item called dimension . Here we can set the length of array.

Hi again, Thanks a lot for the quick response - I wasn’t aware that variables had further properties, but now it works like a charm ;-). Regards, Lars