Support Board
Date/Time: Mon, 30 Jun 2025 23:48:33 +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 |