minor update

On Thursday, September 4, 2003, at 09:57 PM, Dar Scott wrote:

put the folders into folderList
if char -1 of path is "/" then delete char -1 of path
  repeat for each line f in folderList
    if char 1 of f is not "." then
      put indent & f & LF after field "Log"
      set the scroll of field "Log" to 9999999
      listFolders (path & "/" & f), indent & "  "
    end if
  end repeat

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to