Question: RFTools Control

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

PsychoJohn1971

New Member
Jul 29, 2019
7
0
0
How can I output the content of sequential variables with a loop?
If I have v0=a,v1=b, v2=c, on 3 iterations of the loop I want to output a, b, c.
any thoughts?