D
David Candy
One thing with the documentation is that some parts describe it logically and some programmatically.
Some parts say the order is
System
Autoexec
User
and others say
System
User
Autoexec
with a proviso that autoexec doesn't override system/user variables.
Both ways achieve the exact same thing. You can achieve the second result by implementing the first algorithm.
Some parts say the order is
System
Autoexec
User
and others say
System
User
Autoexec
with a proviso that autoexec doesn't override system/user variables.
Both ways achieve the exact same thing. You can achieve the second result by implementing the first algorithm.