Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 16:42:42 +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