05-05-2005 12:55 PM
05-05-2005 03:18 PM
01-03-2023 04:24 PM
How would you do this if you do not know how many plots will be shown (I am reading from a .csv file)
01-04-2023 01:02 AM
Hi crouxel,
@crouxel wrote:
How would you do this if you do not know how many plots will be shown (I am reading from a .csv file)
Once you read your CSV you KNOW the number of plots!
So you can use a loop to iterate over all available plots…