Login Page - Create Account

Support Board


Date/Time: Wed, 22 Jan 2025 04:40:13 +0000



Post From: Different Study Names from StudyName functions

[2018-08-23 20:41:10]
Richard Chinn - Posts: 28
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