-
SPACE removes leading and trailing blanks AND compresses multiple consecutive spaces in a string to a single space.
say '['space(' this has spaces ')']' results in '[this has spaces]'
Works for me. What version of Regina and what platform are you running on?.
2009-10-05 00:19:18 UTC in Regina REXX Interpreter
-
rexx made 1 file-release changes.
2009-09-07 03:09:01 UTC in Regina REXX Interpreter
-
rexx made 1 file-release changes.
2009-09-07 03:07:01 UTC in Regina REXX Interpreter
-
rexx made 2 file-release changes.
2009-09-07 03:00:01 UTC in Regina REXX Interpreter
-
rexx made 1 file-release changes.
2009-09-07 00:37:01 UTC in Regina REXX Interpreter
-
rexx made 1 file-release changes.
2009-09-07 00:33:02 UTC in Regina REXX Interpreter
-
No, the dependency problems are just with the Regina RPM that indicates that Regina is dependent on itself. Won't cause any problem at all.
2009-08-29 10:56:36 UTC in The Hessling Editor
-
Apart from the ooRexx features then no I don't believe you would miss anything. If anything its probably a better long term investment using Regina. ooRexx 4.0.0 broke the SAA API sucj that you cannot build THE against ooRexx 4.0.0. ooRexx 4.0.0 also introduced a new API which may replace the SAA API in future versions. This would mean that THE and all my other function packages would need to...
2009-08-29 08:02:17 UTC in The Hessling Editor
-
Yes, Rexx/Trans first looks for Regina, then ooRexx. And according to the log it found ooRexx and successfully loaded all of the SAA API functions.
However according to the log, ooRexx cannot run RexxRegisterSubcomExe() and returns error 1002.
According to the ooRexx documentation this means that ooRexx cannot run RexxRegisterSubcomExe() due to lack of memory.
Based on what I've seen in the...
2009-08-29 07:25:02 UTC in The Hessling Editor
-
I downloaded openSUSE 11.1 and installed the same packages as you. Apart from the fact that the ooRexx install hangs on "Starting rxapi:", I simply ran xthe and ooRexx was available.
When you run xthe do you get "CT" displayed at the right of the bottom line? The "T" indicates that RexxTrans is supplying the interface to the Rexx interpreter and that a Rexx...
2009-08-28 10:42:53 UTC in The Hessling Editor