DelphiScript, Altium Designer V23, EXPECTING ;
I was working with DelphiScript, and I have a problem, I have the message expecting ; I try to solve it, but it is still the same. The code is this: procedure CrearPistaDeCobre; var PCBBoard: IPCB_Board; Track: IPCB_Track; StartPoint, EndPoint: TCoordPoint; begin // Obtener la placa activa PCBBoard := PCBServer.GetCurrentPCBBoard; if PCBBoard = nil then … Read more