Re: Re[2]: Multitask Feedback

new topic     » goto parent     » topic index » view thread      » older message » newer message

D. Newhall wrote:
> 
> Here, this is what I use:
> 
> }}}
<eucode>
> procedure ignore(object x)
>     -- Do nothing, just ignore the object passed
> end procedure  -- ignore
> 
> ignore( seek(fn, 100) )
> </eucode>
{{{

> 
> It's not that hard to implement and use, looks neat and clear, and most
> importantly
> doesn't change Euphoria in any way.
> 

derek:
   Why not just use this; your way has the overhead of an extra call ?

object ignore

ignore = seek(fn, 100)



Bernie

My files in archive:
w32engin.ew mixedlib.e eu_engin.e win32eru.exw

Can be downloaded here:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu