MERGE CSV text not working with Offset when using array function lb 1.3.01

CSV reads in fine. Created a test CSV with values that can read from %0 to %2 and bake in fine so I know all the function works.

Now, when trying to array the first %0 to create 3 copies and telling LB to auto increment, the function does not work. Each array’d text object gets a non zero offset. So a %0 with a 2 offset should give me %2 right? Well, it stays blank
image

When i Bake this setup (the lower %0 has the offset of 2)
image

I get
image

If i set the offset of the lower %0 back to 0, it will bake correctly.
image

CSV config:
image

AddressGenerator.csv (28 Bytes)
AddressGenerator.lbrn2 (37.2 KB)

May just be that the offset is a full row offset, not just an added to the % reference number.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.