Robert,

How do I implement this set of code? Do I attach it to the buttons? What
handlers do I use. I'm feeling "thick as a brick" as this is stretching my
limited abilities at code. I've never used lists before. 

Will Brown
Creative Services


> on addNewChart, strChartName, strChartFileName
>   -- 1. see if the user has already added this one
>   bAlreadyExists = lsChartOrder.getaProp( strChartName )
>   -- 2. bail if it's already there
>   if not( voidP( bAlreadyExists )) then exit
>   -- 3. add it, since we now know it's not already there
>   lsChartOrder.addProp( strChartName, strChartFileName )
> end
> 
> 

[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