• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

Need Help with Queue

Started by Larry Charlton, September 27, 2013, 06:15:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Larry Charlton

There's this post on the PowerBASIC site: http://www.powerbasic.com/support/pbforums/showthread.php?t=53610

If someone could post that he just needs to either:
1) Remove oQ1.Clear
or
2) Replace oQ1.Clear with
LET oQ1 = Nothing
LET oQ1=CLASS "QueueCollection"


I would appreciated it.  PB has a ticket on this but it's not been fixed yet.

I'd post it but I've forgotten my password and the reset doesn't appear to be working right now.

José Roca

I have posted a link to this thread.

Ganeshan Kalmane

Quote from: Larry Charlton on September 27, 2013, 06:15:55 PM
There's this post on the PowerBASIC site: http://www.powerbasic.com/support/pbforums/showthread.php?t=53610

If someone could post that he just needs to either:
1) Remove oQ1.Clear
or
2) Replace oQ1.Clear with
LET oQ1 = Nothing
LET oQ1=CLASS "QueueCollection"


I would appreciated it.  PB has a ticket on this but it's not been fixed yet.

I'd post it but I've forgotten my password and the reset doesn't appear to be working right now.
Thank you for the help.

What I really need is a FIFO to store incoming packets and dispose off them when required. If not 'Queue', is there some other object in PowerBasic, which I can use for this purpose
Thanks

Carlo Pagani

Hi Ganeshan
Take a look at this link
http://deadtheorywalking.com/power_basic_code/power_basic_code.html

There are object and function based libraries.

Ganeshan Kalmane

Quote from: Carlo Pagani on September 28, 2013, 06:11:01 PM
Hi Ganeshan
Take a look at this link
http://deadtheorywalking.com/power_basic_code/power_basic_code.html

There are object and function based libraries.
Thanks a lot. I'll look into these.

Just curious: What has Dead Theory/ Theory of Evolution  got to do with programming?

Carlo Pagani

QuoteJust curious: What has Dead Theory/ Theory of Evolution  got to do with programming?

Stanley Durham, the author, will have to answer that question. ;D