REM ** EXAM_18.PRO ** REM LoadGates statements - created by FCAP SetFileTypes ListModeFile, "FCLM", "TEXT", "SFWF" SelectFile ListModeFile, "LM file (4 parameters)" SelectFile GateFile, "1P gates for FL1" SelectFile GateFile, "2P gates for [FS,SS]" OpenLMFile "", "LM file (4 parameters)" NewHgr 1, 2, "All[FS,SS]" of All NewHgr 3, "All[FL1]" of All ShowHgr "All[FL1]", 0.7, 5.3, 49.2, 49.2, LP ShowHgr "All[FS,SS]", 50.5, 5.3, 49.2, 49.2, DP SetActiveHgr "All[FL1]" LoadGates "", "1P gates for FL1" NewGate "All[FL1]", "G1", Red, (130,344 ) NewGate "All[FL1]", "G2", Green, (581,755 ) NewGate "All[FL1]", "G3", Cyan, (135,798 ) GateOff "All[FL1]", "G3" SetActiveHgr "All[FS,SS]" LoadGates "", "2P gates for [FS,SS]" NewGate "All[FS,SS]", "G1", Red, ( 179,130; 200,16; 608,32; 581,100; 361,181; 179,130 ) GateOff "All[FS,SS]", "G1" NewGate "All[FS,SS]", "G2", Green, ( 320,239; 630,78; 746,149; 763,336; 532,412; 385,339; 320,239 ) GateOff "All[FS,SS]", "G2" NewGate "All[FS,SS]", "G3", Cyan, ( 581,880; 608,521; 885,526; 839,956; 687,947; 581,880 ) GateOff "All[FS,SS]", "G3" GateOn "All[FS,SS]", "G2" GateOn "All[FS,SS]", "G1" Classify
Soft Flow home page | List of Examples | Library of FCAP BASIC Applications