Support Board
Date/Time: Sat, 23 Nov 2024 18:32:48 +0000
Post From: Max Number of Subgraphs
[2024-08-17 12:31:01] |
User431178 - Posts: 541 |
SC_SUBGRAPHS_AVAILABLE is still 60 in v2667 SCGraphData, which contains the subgraphs, has a size of SC_SUBGRAPHS_AVAILABLE, and has safe access controlled by the same (0 to < 60). If you try to access a subgraph higher than 59, you are automatically pointed to SC_SUBGRAPHS_AVAILABLE - 1, so how is it possible to have 108 subgraphs? |