2005-08-07 10:09 PM - last edited on 2023-05-24 12:48 PM by Rubia Torres
2005-08-08 02:34 AM
2005-08-08 02:35 AM
2005-08-08 09:41 AM
(gs_opening_dir = stOpeningDir[2])is boolean calculation. It's a comparation with boolean results: =1 true, =0: false.
! opening: "single","double" ! display_opening: "no","first","all" selection = (opening="double")*3 + NOT(display_opening="no") + (display_opening="all") GOTO 200 + selectionResult:
2005-08-08 09:47 AM
2005-08-08 10:39 AM