If/Loop doesn't work inside of GraphBox
Dear JMP Users, this is a simplification of a problem I am currently encountering in a script of mine:
I am trying to encode the creation of a Graph Box inside of a function (here 'Test'), so that I can later loop over this process easily.
However, this code snippet doesn't work because the variables inside of the 'If' (showHorLines, numReferenceLines) don't seem to get evaluated properly, if at all...