Xbasic
A5_IsHomeEdition Function
Syntax
Result_Flag as L = a5_IsHomeEdition()
Arguments
- Result_Flag
.T. = The current application is Home Edition. .F. = The current application is not Home Edition.
Description
The A5_IsHomeEdition() function indicates whether the running program is the Alpha Anywhere Home Edition. Returns .t. if user is running the Home edition
Example
? a5_ishomeedition() = .F.
Limitations
Desktop applications only.
See Also