Record is a text field which automatically generates  a list of names (or 
rather, adding a name to the list of names if the user is a new user).And 
this list is displayed on the opening screen. I intend to ask  the user to 
choose his name from the list provided. If it is not there, the user types 
his name in.


However, is it better to call upon an external text file instead of an 
internal field?



By the way , do you know of some generic code I may learn from?

--Genevieve


>From: Kerry Thompson <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: <lingo-l> Generating Namelists
>Date: Fri, 05 Oct 2001 16:08:43 -0700
>
>
>>I am trying to generate a namelist.
>>
>>
>>on beginSprite me
>>  NamesList = member("Record").text
>>    repeat with i = 1 to Nameslist
>
>Here's your problem--NamesList isn't a number. Try this:
>
>on beginSprite me
>
>    repeat with i = 1 to member("record").text.line.count
>      -- do whatever you need in the loop
>    end repeat
>
>I'm not sure what you want to display, but it looks like the rest of the
>code needs some tweaking, too. What's in "record," and what do you want to
>do with it?
>
>Cordially,
>
>Kerry Thompson
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/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!]
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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