Re: true/false atoms?

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

Ok, for those of you following my foray into Eu, i did get this to finally
work properly, and i am still amazed by the speed, even running it in a dos
box in win95:

while 1 do
       data = gets(dctstrfile)
       if sequence(data) then
        if ( match(datatofind,data) != 0 ) then
         datafound = "true"
         printf(1,"%s\n", {data} )
         exit
        end if
       else exit
       end if
    end while

Thanks for all your helps,
Kat

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

Search



Quick Links

User menu

Not signed in.

Misc Menu