I get NOROUTINE when I try to call a label in a routine in another namespace:
d someLabel^|”OTHERNAMESPACE”|someRoutine(inputVar,.resultByReference)
Two questions:
1. What is wrong with my syntax for calling a label in the other routine, versus just the root of the .int/mac?
2. Can I pass a parameter by reference when using extended routine reference?