Support Board
Date/Time: Wed, 19 Aug 2026 04:22:44 +0000
Post From: Issue using sc.GetStudyProfileInformation function
| [2019-09-13 06:22:17] |
| User907968 - Posts: 881 |
|
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. |
