for all commands in PureBasic I can use constants. Only for DrawingMode(), I must use numerical values:
what about this for example:0: Default mode, text is displayed with background, graphic shapes are filled.
1: Set the text background as transparent.
2: Enable the XOR mode (all graphics are XOR'ed with the current background).
4: Enable outlined shapes. Circle, Box, etc. will only be outlined, not filled.
#PB_Drawing_Default
#PB_Drawing_transparent
#PB_Drawing_xor
#PB_Drawing_outlined
?