Including Files
- Posted by cklester <cklester at yahoo.com> Dec 01, 2006
- 1002 views
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/

