c/options

c/options


c/flash Index Level c/port
Syntax
Category Attribute-Defining Item
Type Attribute-Defining Item
Description displays the compile options used in to compile a program.

This attribute is stored alphabetized.
Options
See Also Compile stamps compile list-obj
Example list dict bp c/options

Page   1     DICT bp

DICT bp........ c/options

bp              16
test            D
test2           OY

Notice that "test" was compiled with the "d" option which inhibits break. "test2" was FlashBASIC compiled with the "o" option and the "y" allows multiple concurrent FlashBASIC copies.
Warnings
Compatibility AP 6.1
c/flash Index Level c/port