| Applying science to business management |
  
version
Format: version
Arguments: None
Returns: (text) The version number of the application
that is currently running
Description: Version is designed to allow library
functions to determine the capabilities of the version on which
the function is currently running.
Examples: IF(version<"4.0",Err)
= exit if application version is too old
See Also: exit
|