Type: info
Title: OOo Basic runtime method CompatibilityMode
Posted by: [EMAIL PROTECTED]
Affected: basic
Effective from: CWS ab30
*Summary*
--------
CompatibilityMode runtime method returns current state
*Description*
-------------
The OOo Basic CompatibilityMode runtime function now has a
boolean return type and returns its current state. It's
also allowed to call the function without parameter to only
ask for the state.
Example, assuming CompatibilityMode is set to default / false:
msgbox CompatibilityMode() ' output "false"
msgbox CompatibilityMode(true) ' output "true"
msgbox CompatibilityMode(false) ' output "false"
Of course the function can also be used like before ignoring
the return type:
CompatibilityMode(true)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]