Uses for Property Lists
>Can somebody please explain an application where a property
>list is a major advantage so that I can get a *feel* of how best to use
>them.
Try the now-notorious pseudo-switch statement:
set actionsList = [#help: "doHelp", #quit: "doQuit", #blah: "doBlah" ...]
do string(getAProp(actionsList, switchVariable))
Or any application where you want to refer to list elements by name rather
than by position (position-dependence can be an easy source of error,
especially for complex data structures).
____
\ / Matthew Caldwell <sexkittn@burn.demon.co.uk>
\/ That's no biker chick. That's my mother!