Check array contents visually?

Forums ProRealTime English forum ProBuilder support Check array contents visually?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #159139

    Hi

    How can we visually check the contents of an array please?

    Is it possible to use DRAWTEXT to loop through the array and output the values by using the using the # functionality?

    I’m creating arrays but have no idea if they are correct 🙁

    Many thanks

    Rob

    #159140

    You need to go through an intermediate variable, let’s name it “a”, and write a=$array[i] just before your drawtext line, then use #a# inside the drawtext line, see example from Nicolas on page 2 of the array topic, lines 30-33 of the code in his post #120663 page 2: https://www.prorealcode.com/topic/array-variables-availability-in-prorealtime/page/2/#post-120663

    1 user thanked author for this post.
    #159141

    Thanks Noobywan, I missed that when I went through the examples. That’s a great help. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login