AfraLisp Blog

The AutoLisp/Visual Lisp/VBA Resource Website

AfraLisp Blog

Home Newsletter Utter Rubbish Coding Tips AutoCAD Tips Contact Downloads WAUN

Would you like to how to load and run a DVB application from another DVB application? Here we go :

'CODING STARTS HERE
Sub Afra_LoadDVB()

Dim FileName As String

FileName = "d:\drawings\DVBFile.dvb"

LoadDVB FileName

RunMacro "DVBFile.dvb!Module1.Amacro"

UnloadDVB FileName

End Sub
'CODING ENDS HERE

The AutoLisp/Visual Lisp/VBA Resource Website

Copyright © 1999-Perpetuity by AfraLisp

All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage

The AutoLisp/Visual Lisp/VBA Resource Website