rxfuncadd

  • Follow


���� ���������� ������������� ������� ��������� ��� rxfuncadd. �� ���� ������
�� ������� � ������������, ��� � �� ��ۣ�. � ���������, ��� ����
��������������� ������������� ������ rxunixsys.

-- 
Origin: ��� �������� ��� ������ ������������ �����, ������� ���ģ� ��� ����, 
��� ����� ��� ��̣�� � ���� ��� ��������. - �. ��������
0
Reply dev5561 (4) 6/27/2012 7:56:14 PM

On 6/27/2012 3:56 PM, a b wrote, and Google translated:
> I am interested in the origins of the first argument to rxfuncadd. 
> Nothing is said about it in the documentation, or I have not found.
> In particular, I want to take advantage of the rxunixsys module.

In the ooRexx Reference, see section 7.4.52 under "Builtin functions."
The first argument is the name of the routine in the library.  I
couldn't get it to work, though.

  Say RxFuncAdd('SysCls', 'rxwinsys', 'TryCls')
  /* says 0, which should mean success, but: */

  Say RxFuncQuery('TryCls')
  /* says 1, which means not found */

  Say 'TryCls'()
  /* error 43.1, routine not found */

If you want to load *all* the routines in the rxunixsys module, using
their original names, you can use a ::REQUIRES directive instead:

  ::Requires rxunixsys library

¬R
0
Reply NotR (102) 6/27/2012 11:13:03 PM


1 Replies
55 Views

(page loaded in 0.048 seconds)

Similiar Articles:





7/25/2012 3:38:07 AM


Reply: