Just some running notes as I learn to write VB scripts for Altium.
Starting with the very basics.
In Altium Designer choose File, New, Script Files, VB Script Unit Paste this:
Starting with the very basics.
In Altium Designer choose File, New, Script Files, VB Script Unit Paste this:
Sub ShowMessageBox
ShowMessage ("Hello! It's " & Time )
End Sub
Run the Script (DXP, Run Script, Choose ShowMessageBox) and you get