Re: Your thoughts on two item id methods?
- Posted by Bernie Ryan <xotron at bluefrog.com> Oct 18, 2005
- 484 views
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 Al: Or this: itemlist={ 1,2,3,{8,9},4,{6,7} } --atoms and sequences for k=1 to length(itemlist) do if atom(itemlist[k]) then DoClass1Stuff(itemlist[k]) end if DoClass2Stuff(itemlist[k]) end for