OWBasic for Pocketviewer

Home INTRO Group MODE Alphabetical Index

Get Program Version of Mode

MODEVER$(mode%, submode%, ver%)

Returns details about the mode given bei mode number mode and submode number submode. If ver is 0, the mode version is returned, if 1, the function returns the version of the library linked with the specified mode.
String format:
yyyymmddhhmmvvvv
yyyymmddyear, month, day
hhmmhour, minute
vvvvversion

Example:
1999101815300100 means:
19991018 - Date: 18.10.1999
1530 - Time: 15:30
0100 - Version: 1.00

If ver is 2, the function returns the Add-In comment (old PVs only).

Home INTRO Group MODE Alphabetical Index