Printing an Array on a NAV 5.0 Report

Hello,

I have an array in a NAV 5.0 report. I would like for this array to print out as follows on one line of my report:

Value1/Value2/Value3…etc…

I’m not sure how many values will be in the array. It could be anything between 1 and 200. I know you can print values from an array like so: Array[1]/Array[2], but I don’t want to do this as I’m not sure how many values will be in the array. Is it possible to print an array of unknown length onto a single row of a report as shown above? Any input would be much appreciated. Please let me know if anymore details are needed.

Thanks,

  • C

How would you even fit 200 values on one line?

You can just loop through the array and fill out a text variable with what you want to actually print.