Login Page - Create Account

Support Board


Date/Time: Wed, 25 Mar 2026 13:12:06 +0000



Post From: UseTool

[2023-12-03 17:37:27]
User719512 - Posts: 427
Keep track of all the IDs for the user drawings you create as a "group". On each loop in your code, at the end of the loop, run through your groups, and if any items is a group is no longer present, delete the others.

See:

GetUserDrawnDrawingByLineNumber
UserDrawnChartDrawingExists
DeleteUserDrawnACSDrawing

Will prob need to use some persistent storage to a <list> (list of lists?) to manage your groups.