Login Page - Create Account

Support Board


Date/Time: Mon, 24 Feb 2025 01:05:40 +0000



Post From: how to log a vriable?

[2021-02-23 20:19:38]
ForgivingComputers.com - Posts: 1012
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