Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    I got your table FTP.ListFiles (); hang'in

    What if you asked your server if there we're any files:
    table FTP.ListFiles ();
    and there we're none and you wanted to have a dialog that said "sorry loser, arnt no files!".
    How would you go about getting this info?

  2. #2
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Bruce,
    This may work for you.

    Code:
    mylist = FTP.ListFiles()
    if mylist == nil then
    	Dialog.Message("nuttin honey", "")
    end
    I haven't tested this so I don't know if it will still hang up on you.
    hth
    Last edited by holtgrewe; 01-21-2008 at 08:41 PM.

  3. #3
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    thx a ton!

  4. #4
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi,

    Bruce has the funniest avatar.....
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  5. #5
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Quote Originally Posted by azmanar View Post
    Hi,

    Bruce has the funniest avatar.....
    That's what I look like using AMS

Similar Threads

  1. Table questions
    By Dan Ullman in forum Setup Factory 7.0
    Replies: 2
    Last Post: 03-07-2007, 10:18 AM
  2. prob getting table to combobox
    By Jonas DK in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 01-05-2007, 04:56 PM
  3. Table contains value?
    By StealthFD in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 06-15-2005, 02:51 PM
  4. string / table compare
    By gabrielfenwich in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 01-29-2005, 11:30 PM
  5. Creating a Table of Contents
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 11:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts