Caption property example

Sub Caption_Example()
' This example returns the caption for the current session
    Dim strCaption As String
    strCaption = ThisDrawing.Application.Caption
    MsgBox ("Caption is: " & strCaption)
End Sub

Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. Copyright © 2001- Menhirs NV - All rights reserved.