Including Files

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

Can this please be considered?

I'd like to be able to include files using a variable. For example:

sequence s
s = dir("plugins")
for t=1 to length(s) do
   if not find(s,{".",".."}) then
       include s[t]
   end if
end for

Thanks! :)

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

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

Search



Quick Links

User menu

Not signed in.

Misc Menu