Support Board
Date/Time: Thu, 06 Nov 2025 08:27:53 +0000
Post From: Issue using sc.GetStudyProfileInformation function
| [2019-09-13 06:22:17] |
| User907968 - Posts: 847 |
|
Did you try the following delcaration? n_ACSIL::s_StudyProfileInformation StudyProfileInformation;
s_StudyProfileInformation is not in the global scope, it is scoped in namespace n_ACSIL. |
