About Us Products Solutions Services Contact Us
Please...
Register Here!
Login Area Superbase Europe Newsgroups

Home
Sitemap

Technical Support
Services


Professional
Services


Academic and
Educational
Services


Publishing
Services


Marketing
Services


Free Download
Services


Training Services

 

 


Services -> Superbase Technical Support Services

What was New in Superbase 3.2

Previous
Next

Superbase.AutoCreateVariables

This is a boolean property of the Superbase object. When TRUE Superbase will automatically create program variables which are used before being declared. If Superbase.AutoCreateVariables is FALSE then the use of a variable before its creation raises an error. This restriction does not apply to variables which are created because they are on a form which is opened, but there could be some ambiguity in some situations as to whether a variable is just a program variable, or whether it is also part of a form.

Note: When Superbase.AutoCreateVariables is FALSE then a user-defined function can only be called if a variable of the same name has already been created and is in scope. This is because calling a user-defined function for the first time will create such a variable if none exists, and this is forbidden if Superbase.AutoCreateVariables is FALSE.


Copyright © 2003 Superbase Developers plc, Cambridge, UK. All rights reserved worldwide.
   Legal Notice  Questions or comments? Contact webmaster@superbase.co.uk