Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 08:43:37 +0000



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

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