How to declare a new function without 'LOCAL' in front of it? When I create a new function via globals tab it appears in the code like that:
LOCAL NewFunction(One : Text)
But I see in the other objects that some functions don't have LOCAL in front of them and this (I believe) makes them accessible when the XML port is included.
I tried many different settings, including copying over the non-local function and it doesn't work.