Hi,

here is a small script I wrote couple of years ago:

on FreeCastMember CastLibrary
  whichone = 1
  find = the type of member whichone of castlib CastLibrary
  
  repeat while find <> #empty
    whichone =whichone + 1
    find = the type of member whichone of castlib CastLibrary
  end repeat
  
  return whichone
end

regards,

------------------------------------------
     Laurent BRIGAUT
     Director of Operations
     Integration Nouveaux Media, Inc.    
     http://www.IntegrationNewMedia.com
------------------------------------------ 


> -----Original Message-----
> From: Natalia Tjelum [mailto:[EMAIL PROTECTED]]
> Sent: 17 janvier, 2002 09:11
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> Next available member in castlib?
> 
> 
> Hey
> Is there a command for finding the next available member of a castlib?
> 
> -Natalia
> 
> [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!]
> 
[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