When chaining tokens, if nothing was selected in a CPF, evaluation would log an error because it would seek an item out of the range of the array. (It would seek item at index 0 when no item was there).
In most real cases, the only consequence of this would have been "spam" in the error log, but that is annoying enough.
When chaining tokens, if nothing was selected in a CPF, evaluation would log an error because it would seek an item out of the range of the array. (It would seek item at index 0 when no item was there). In most real cases, the only consequence of this would have been "spam" in the error log, but that is annoying enough.