|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWGetDBWorksBuild |
Returns the build of the currently installed DBWorks.
Function DBWGetDBWorksBuild()
The function assumes a value of the format yyyymmdd (year, month and day) representing the currently installed DBWorks build.
DBWRequiredDBWorksBuild function
Sub main()
msgbox "You've installed DBWorks build " & DBWGetDBWorksBuild
end sub