In playing around with adding and calling routines, I wanted to try
calling an external routine with the same name as the internal routine I
was already in.  Is there a reliable way to do this short of INTERPRET?
If the name has any lowercase letters, I can translate it to lower case
to prevent matching any internal labels:

  Call (Translate(.context~name, qwertyuiopasdfghjklzxcvbnm',,
    'QWERTYUIOPASDFGHJKLZXCVBNM'))

What if it's all digits and special characters?

¬R


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to