Also one should check out TechNote # 14109 (at macromedia/support/director).
- (authored by THIGGINS in his TS days)

It contains examples of each list command/function in older verbose Lingo & the then-new dot syntax Lingo.

-Buzz

At 4:55 PM -0400 7/19/04, you wrote:
Because the help documents are not super-duper complete where every related term is listed.

It IS listed under the "Lists" category in the "Categorized Lingo" button at the top of every script window, and the message window.

I find that list to be a lot more complete and helpful in finding and remembering new lingo commands than the Help.


One of the "how to program director" bits of advice from the days of yore has always been:
1) read the lingo dictionary
2) read the Using Director book
3) read the lingo dictionary, again


roymeo


At 04:47 PM 7/19/2004, you wrote:
In the help menu when you look up lists why is getPropAt not in there?

This is all that's under list[]

See also

add, addVertex, append, count(), deleteAt, duplicate() (list function),
findPos, findPosNear, getProp(), getAt, getLast(), getPos(), ilk(),
list(), max(), min, setAt, setaProp, sort


-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Irv Kalb Sent: Monday, July 19, 2004 12:42 PM To: [EMAIL PROTECTED] Subject: Re: <lingo-l> Getting information form a list

Use "getPropAt"

Irv

At 12:29 PM -0500 7/19/04, Matt Wells wrote:
How do you get the first and second value from a property list by the
position?

listA = [10: "one", 3: "one", 4: "three"]
nCount = count(listA)
Repeat with x = 1 to nCount
   secondPos = ListA[x]
put secondPos
end repeat

With this I get
-- "one"
-- "one"
-- "three"

How do you get this from the position?
-- 10
-- 3
-- 4






[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!]


--

Multimedia Wrangler.
[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!]

----------- Roy Crisman Macromedia Director Programmer, Lingo Guru, Multimedia Producer Greater Rochester Macromedia User Group (GRMMUG.org) Coordinator 277 N. Goodman St. Rochester, NY 14607-1162 (585)473-3492 home (585)615-2873 cell roymeo(AT)brokenoffcarantenna.com

[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