SCOUG-Programming Mailing List Archives
Return to [ 12 |
March |
2007 ]
Content Type: text/plain
On Sun, 11 Mar 2007 12:31:31 -0700, Peter Skye wrote:
>What is my error?
Peter,
I'm not really sure. However, I use the following form of the REXX function call for the
REXXLIB functions:
CALL RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
CALL SysLoadFuncs
Why don't you try that instead of:
rc = rxfuncadd( 'rexxlibregister', 'rexxlib', 'rexxlibregister' )
say "RxFuncAdd(REXXLIB)="rc
rc = rexxlibregister()
HCM
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
Return to [ 12 |
March |
2007 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|