User bio
404 bio not found
Member since Oct 5, 2016
Posts:
Jason has not published any posts yet.
Replies:

I would recommend using $NAMESPACE. You could create a simple function that can be called within your ObjectScript that sends the namespace you which to switch to as a parameter. Once the function completes and leaves the execution stack the code will be set back to the calling namespace.

GetNSMPData(P1) PUBLIC
{
new $NAMESPACE
set $NAMESPACE = P1
;
// You method for querying your data here
;
quit rValue
}

Best of Luck,
Jason

Certifications & Credly badges:
Jason has no Certifications & Credly badges yet.
Global Masters badges:
Jason has no Global Masters badges yet.
Followers:
Jason has no followers yet.
Following:
Jason has not followed anybody yet.