Support Board
Date/Time: Tue, 16 Sep 2025 07:49:42 +0000
Post From: Issue using sc.GetStudyProfileInformation function
[2019-09-13 06:22:17] |
User907968 - Posts: 844 |
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. |