Fang Xianfu GURU

Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Mon Feb 12, 2007 3:01 am
[1.24] Variables defined from other packages. |
It's possible to define variables in other packages with syntax like this:
#var test 1 _nodef //Module/class
If there's already a variable called "test" in that class, however, it won't be overwritten - another variable will be created.
EDIT: I seem to remember a bug like this being reported before, so forgive me if it's a pearoast. |
|