RE: Help with plugin concept

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

The corrected routine is below but it doesn't really matter because it will
never work.

files=dir(the_current_dir & "//Plugins")
if sequence(files) then
    if length(files) then
        for i=1 to length(files) do
            if not equal("d",files[i][D_ATTRIBUTES]) then
--corrected line
              include files[i][D_NAME]    <=== gets ex.err
-----------------------------------
            end if
        end for
    end if
end if

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

Search



Quick Links

User menu

Not signed in.

Misc Menu