Support Board
Date/Time: Wed, 10 Dec 2025 14:17:33 +0000
Post From: how to log a vriable?
| [2021-02-23 20:19:38] |
| ForgivingComputers.com - Posts: 1174 |
|
You access the float array values one at a time. Use sc.Index SCFloatArray StudyLine1;
sc.GetStudyArrayUsingID(Input_Line1Ref.GetStudyID(), Input_Line1Ref.GetSubgraphIndex(), StudyLine1); float Var = StudyLine1[sc.Index]; SCString MessageText; MessageText.Format("Var = %f", var); sc.AddMessageToLog(MessageText, 0); Date Time Of Last Edit: 2021-02-23 20:26:08
|
