Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 08:10:09 +0000



Post From: problem with sc.GetStudyPersistentIntChart ?

[2019-02-16 02:38:06]
User553714 - Posts: 184
User30743;

After a recent SC upgrade after an extended Christmas break I couldn't get my study to compile, this was due to recent sc function naming changes noted below.
I am not sure it's the same issue that you are having as you say you are getting zeroes? Have you resolved this and what was the issue?

sc.GetStudyPersistentIntFromChart = sc.GetPersistentIntFromChartStudy
sc.GetStudyPersistentDoubleFromChart = sc.GetPersistentDoubleFromChartStudy

These also changed names;
sc.SetACSToolButtonText = sc.SetCustomStudyControlBarButtonText
sc.SetACSToolToolTip = sc.SetCustomStudyControlBarButtonHoverText
sc.SetACSToolEnable = sc.SetCustomStudyControlBarButtonEnable

Regards