Login Page - Create Account

Support Board


Date/Time: Fri, 07 Nov 2025 14:14:16 +0000



Post From: Using ACSIL To Access the subgraph value of a Study

[2023-02-18 05:04:18]
ondafringe - Posts: 328
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];