On 5/4/01 9:56 AM, "Kerry Thompson" <[EMAIL PROTECTED]> wrote:

> 
>> only displays the last item in the field on screen.
>> 
>> on list_teamnames
>>   repeat with i=1 to count(mainlist.sub1.teams)
>>     member("display").text =
>> getaprop(mainlist.sub1.teams,mainlist.sub1.teams.getpropAt(i))
>>   end repeat
>> 
>> end

on list_teamnames
Member("display").text=""
  repeat with i=1 to count(mainlist.sub1.teams)
     member("display").text =member("display").text &
getaprop(mainlist.sub1.teams,mainlist.sub1.teams.getpropAt(i))
end repeat
 
    


[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