Using static

Is there a possibility in Oxygene similar to the C# using static to import static/class methods of a static class without having to prefix the call by the static class name?

Not globally, but i suppose you could use “with” on a type when you enable classic with?

Ok, I hoped I could somehow fake some VMS Pascal Runtime Library calls that way.
But as it’s all procdural code, I can always take the route via __Global :wink:

1 Like