In .MAC file you should put under
;Part options
options = QUESTION LOGICAL
and in .GPP file in " @start_of_file " function something like this :
if question eq true
INPUT 'Number of parts= 'n_parts
INPUT 'Position in Z = 'Z_position
......
......
else
n_parts = 0
Z_position = 0
.......
.......
endif
..... means more options (NOT) syntax
You should also consider defining the variables considering their type and place.
The rest is your imagination and needs ......


LinkBack URL
About LinkBacks




