Support Board
Date/Time: Mon, 25 Nov 2024 16:46:26 +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
|