I am trying to use values to fill in some blanks for this project. I haven’t found an answer searching the interwebs, so I thought I’d ask.
Here are the values I plan to reference:
ZoneType will be targeting a text label. At the moment, I want to have ZoneName take the values above it (in a ZonePrefix, ZoneIDNumber order) all within its own text label and use it to change the Vz_Unassigned and ZoneName (Ex: Vz34A) break down: ZonePrefix, ZoneIDNumber, ZoneSuffix.
I do know about table.concat and string.format(). Basically those are not hardset (except: ZonePrefix and ZoneSuffix) values, they are customizable based on the user’s needs.