Support Board
Date/Time: Thu, 03 Jul 2025 15:40:40 +0000
Post From: ACSIL: multiple drawings
[2014-02-18 16:27:21] |
ejtrader - Posts: 688 |
Just a suggestion - Looks like the issue is with this.. and make the ToolID as regular int rather than Const Tool.LineNumber = ToolId + 1;
Try replacing it with Tool.LineNumber = ToolId++;
Date Time Of Last Edit: 2014-02-18 16:29:03
|