$#.STARTDEF Mentor
.UNITS=inch
;.UNITS=MIL
;.UNITS=mm
;
.TEXTDELIMETER ()
.IGNORE "" // inside bracket
.WORDDELIMETER " " // inside bracket
;
; Usable keywords
; XSIZE
; YSIZE
; SKIPWORD
; SKIPALPHA
; DCODE
; APNUMBER
; FORM
; APPTYPE
.FORM_ROUND circle
.FORM_RECT rectangle
; all different possibilities.
.SCANLINE .SKIPWORD .MUST_FORM_ROUND .SKIPWORD .XSIZE .YSIZE .APROT .SKIPWORD .SKIPWORD .DCODE
.SCANLINE .SKIPWORD .MUST_FORM_RECT .SKIPWORD .YSIZE .XSIZE .APROT .SKIPWORD .SKIPWORD .DCODE
;
.ENDDEF
{button Copy to clipboard and launch Notepad. [CTRL-V] in notepad to paste.,CT():EF(`notepad.exe',`',1)}