For example, variable name could be one of the following:
Code: Select all
ALMOND
ARYA
CHEVA
SATYA
So with the above example variables, SATYA would take branch 2 versus the rest going on branch 1. The variable would only be presented one at a time (passed via a CALL :FUNCTION "VARIABLE"), and not like a list as shown above.
I have a few ideas on how to just raw-hack this to work, but I know there's some elegant way to do this that I couldn't find in a search.
Any assistance appreciated.