Re: [Oorexx-devel] String method caselessEquals() is documented; which ooRexx implements it?

2022-03-04 Thread Erich Steinböck
Hi Leslie, caselessEquals is available as a method of the String class only, not as a routine as you try to run it ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

[Oorexx-devel] String method caselessEquals() is documented; which ooRexx implements it?

2022-03-04 Thread J Leslie Turriff
Hi, Today I wanted to do a caseless string compare, and I found it in my Language Reference PDF, but when I run my program I get an error message: | Error 43 running /home/leslie/bin/rexx/kamytdl line 777: Routine not found. | Error 43.1: Could not find routine "CASELESSEQUALS".