On Friday 14 February 2014 17:32:54 Rick McGuire wrote:
> The create method only creates the external queue, it does not create a
> RexxQueue instance.  The return value is just the string name of the queue
> you just created, so the variable testQ is just a string object, which does
> not support a linein method.  Try adding this:
>
> testQ = .rexxqueue~new('testQ')
>
> Rick

        Hmmm... I added your suggestion after the create method, and it worked; 
then 
just as an experiment I commented out the create method, and that works too!
        When is the create required?

Leslie

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to