Support Board
Date/Time: Sat, 01 Nov 2025 15:46:40 +0000
Post From: How to avoid Subgraph_
| [2020-06-01 15:11:46] |
| ForgivingComputers.com - Posts: 1150 |
|
Lookup SCFloatArray. Subgraphs are one form of the SCFloatArray structure. They have the same number of elements as the subgraphs, and can be indexed with sc.Index or with manual looping indices. Persistent variables can also be used for intermediate calculations, as they do not get reinitialized every time the study runs, and you may only need one of the values, not an array of them. |
