Um, no it does not. It returns a RexxQueue instance. The string method
for the class displays the name of the queue if you try to SAY it.
REXX-ooRexx_4.2.0(MT) 6.04 4 Jun 2013
rexxtry.rex lets you interactively try REXX statements.
Each string is executed when you hit Enter.
Enter 'call tell' for a description of the features.
Go on - try a few... Enter 'exit' to end.
.rexxqueue~create("foo")
........................................... rexxtry.rex on WindowsNT
q = .rexxqueue~new("foo")
........................................... rexxtry.rex on WindowsNT
say q
FOO
........................................... rexxtry.rex on WindowsNT
say q~class
The RexxQueue class
........................................... rexxtry.rex on WindowsNT
say q~push("ABC")
0
........................................... rexxtry.rex on WindowsNT
say q~pull
ABC
........................................... rexxtry.rex on WindowsNT
On Fri, Jun 21, 2013 at 3:02 PM, Ruurd Idenburg <ru...@idenburg.net> wrote:
> yes I did, returns the queuename, same as "create" .
>
> Ruurd
>
>
> On 21-6-2013 20:58, Rick McGuire wrote:
>
> did you try the "new" method?
>
> Rick
>
>
> On Fri, Jun 21, 2013 at 2:53 PM, Ruurd Idenburg <ru...@idenburg.net>wrote:
>
>> Is it me not understanding, or is the RexxQueue class indeed unusable,
>> since none of the class methods returns an instance and therefore none
>> of the instance methods can be used?
>>
>> Ruurd Idenburg
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Windows:
>>
>> Build for Windows Store.
>>
>> http://p.sf.net/sfu/windows-dev2dev
>> _______________________________________________
>> Oorexx-users mailing list
>> Oorexx-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
> http://p.sf.net/sfu/windows-dev2dev
>
>
>
> _______________________________________________
> Oorexx-users mailing
> listOorexx-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
>
> --
> Ruurd Idenburg
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users