I wish to change that EnableExplicit, EnableASM, Disable ...
only works in the actual file. This is better for Includes.
Or adding a testfunction like IsEnableExplicit and so on, to restore the
Value.
greetings
Thomas
Enablefunction only for actual file
Enablefunction only for actual file
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Maybe simply nesting them? That would make new keywords unnecessary, but maybe create other problems?
Code: Select all
EnableAsm
EnableAsm
DisableAsm
; Asm is still enabled here
I don't understand
I use for example:
Many user have at the begin of the include
EnableExplicit and at the end DisableExplicit, so my EnableExplicit
doesn't work anymore.
My wish should solve this problem
greetings
Thomas
I use for example:
Code: Select all
EnableExplicit
XIncludeFile "bla.pb"
; more code
EnableExplicit and at the end DisableExplicit, so my EnableExplicit
doesn't work anymore.
My wish should solve this problem
greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
