Hi,

Scan thro the list to see which positions are blank. you can then prompt the
user bout the missing pics.
eg:
<code>

  repeat with i = 1 to lista.count
    if lista[i] = "" then
      put "bilder/" & i & " is missing"
    end if
  end repeat

</code>

HTH

- Sandy.



-Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Mattias G
Sent: Sunday, December 02, 2001 3:46 AM
To: [EMAIL PROTECTED]
Subject: <lingo-l> check a list?


If it is one or more empty position between these numbers i got problems!
(like in this list example the user forgot pic 2, 9 and 10)
Best if i can tell the user where he got the gaps.






[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to