Conditional Statement ( or any kind of "If This Then That" mechanism)

(Jeffrey McIntyre) #1

Hello everyone, i’m new to this software. does anyone know if FlowXO is capable of utilizing Conditional Statements? ( If statements). or anything similar?

(Augusto Vera) #2

Yes it does, only, it is not in the form of modern IF THEN, it is similar to what BASIC programming was when personal computers came out: you set labels in the list of blocks, and jump to those labels in a conditional fashion. Check the use of labels and goto blocks.

(Jeffrey McIntyre) #3

disregard folks…figured it out

(Jeffrey McIntyre) #4

Augusto, I just noticed this message, thanks for responding!