It must be old age!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Bruce
    Indigo Rose Customer
    • Jun 2001
    • 2133

    It must be old age!

    Why would the line of code turn everything below it null and void?

    tblFiles = Folder.Find(_DesktopFolder.."\\IPT\\Offices"*.*", false, nil);
  • Worm
    Indigo Rose Customer
    • Jul 2002
    • 3967

    #2
    You've got an open quote in the line
    try this:
    Code:
    tblFiles = Folder.Find(_DesktopFolder.."\\IPT\\Offices", "*.*", false, nil)
    Originally posted by Bruce
    Why would the line of code turn everything below it null and void?

    tblFiles = Folder.Find(_DesktopFolder.."\\IPT\\Offices"*.*", false, nil);

    Comment

    Working...
    X