Difference between revisions of "AMOSi:Prg State"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

This handy function lets you know how your program was launched. It returns one of three possible values:


0 : if your program was run under the AMOS interpreter.
1 : if your program was run under the AMOS run-only module. -1 : if your program is compiled.