Code: Select all
constant kTest="Constant TEST"
put kTest
kTest
... whereas at the LiveCode IDE the same code outputs what I'd expect:
Constant TEST
I'm manually porting over (re-creating) a framework I've developed in PHP to LiveCode (Server, and perhaps more) and having the ability to make use of constants will make all the difference (now having to rely on global variables, etc. instead).
Both tests are being done in LiveCode 4.6.3 at the IDE for Mac OS X (Lion) and on LiveCode 4.6.3 Server (at On-Rev and locally at the Mac).
Any assistance or further info will be greatly appreciated.
Thanks in advance,
- Kevin of Zaz Corp. USA