Support Board
Date/Time: Sat, 08 Nov 2025 23:19:06 +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 |
