Quick Basic vs. Just basic
Dec 17, 2012 10:30:15 GMT -5
Post by hrbolliger on Dec 17, 2012 10:30:15 GMT -5
In a Quick-basic (QB45) program I am using the following code:
DECLARE SUB act (action)
CALL act (action)
END
SUB act (action)
"
" Code
"
END SUB
What is the equivalent code in Just-Basic ? Please show me how to write the code exactly.
DECLARE SUB act (action)
CALL act (action)
END
SUB act (action)
"
" Code
"
END SUB
What is the equivalent code in Just-Basic ? Please show me how to write the code exactly.