GetVersion |
This page in 2003 Top Previous Next |
|
Returns a string indicating which version of OAK is in use. Applies to SYNTAX result=expression.GetVersion expression Required. An expression that returns an IOAKAddIn object or an IOAKAPI object. result A string containing the version number of the currently running instance of OAK. Example To display the current version of OAK in the immediate window: Dim o As Operis_OAK.IOAKAddIn Set o = CreateObject("Operis.OAK.Connect") |