Interesting observation! Apparently GLOBAL currently requires a type identifier or an AS clause, even if a DEFtype is pertinent. It's surprising that this hasn't come up before, except that DEFtype is kind of an old-fashioned technique. In Windows programming it is much more common to use "Hungarian notation" where the first letter(s) of the variable tell you the type, like:
Code:
DIM glWhatever AS GLOBAL LONG
-- Eric
------------------
Perfect Sync: Perfect Sync Development Tools
Email: mailto:[email protected][email protected]</A>
[This message has been edited by Eric Pearson (edited June 04, 2000).]
Leave a comment: