RE: Help with plugin concept
- Posted by "Judith" <camping at txcyber.com> Feb 12, 2004
- 702 views
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