Login Page - Create Account

Support Board


Date/Time: Fri, 16 May 2025 08:44:34 +0000



Post From: Different Study Names from StudyName functions

[2018-08-23 20:41:10]
Richard Chinn - Posts: 35
I observed this with one chart open and only one study on the chart.

sc.AddMessageToLog(sc.GetStudyNameFromChart(1,1), 1);  // Returns the Short Name
sc.AddMessageToLog(sc.GetStudyName(1), 1); // Returns the Name
sc.AddMessageToLog(sc.GetStudyNameUsingID(1), 1); // Returns the Short Name

Richard