Learning Euphoria ... sequence found inside string ???

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

Hi,

This does NOT  work ............
             sequence found inside string 

include file.e
include get.e

sequence d
atom w

d=dir(current_dir())
    printf(1,"%s\n",{d})

w=wait_key()


yet this one does work !!!


include file.e
include get.e
sequence     d
atom w
d=dir(current_dir())
for i = 1 to length(d) do
    printf(1,"%s\n",d[i])
end for
w=wait_key()


what does .... sequence      inside    mean ???

OR where to look !!!

I cannot find it.

getting frustrated with simplicities !! 

OH WOE !!

les.r.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu