Support Board
Date/Time: Mon, 15 Sep 2025 08:48:57 +0000
Post From: Using ACSIL To Access the subgraph value of a Study
[2023-02-18 05:04:18] |
ondafringe - Posts: 327 |
I don't access my subgraph data that way, but I *think* all the subgraph values are contained in your StudyLine3 array. Keep in mind, subgraphs are zero-based, so to reference subgraph 9, you would use an 8. See if this works (use an appropriate variable for the sub9 value): "some variable" = StudyLine3[8]; |