Your Products have been synced, click here to refresh
Ultimately I want a .BAS that opens a dialog that allows me to execute other .BAS files I have created.
Sub Main() Dim oApp as Object Dim sPath as String Set oApp = CreateObject("PCDLRN.Application") sPath = oApp.GetRegistryString("Option", "SubroutineUserSearchDirectory", "Nada") Set oApp = Nothing sPath = sPath & "RunPcDmisMacros.exe" Shell ( sPath ) End Sub
Ultimately I want a .BAS that opens a dialog that allows me to execute other .BAS files I have created.
Sub Main() Dim oApp as Object Dim sPath as String Set oApp = CreateObject("PCDLRN.Application") sPath = oApp.GetRegistryString("Option", "SubroutineUserSearchDirectory", "Nada") Set oApp = Nothing sPath = sPath & "RunPcDmisMacros.exe" Shell ( sPath ) End Sub
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |