--- In [email protected], sgp acs322000 <[EMAIL PROTECTED]> wrote: > > > Try cl.setproperties > > I changed addproperties to setproperties in other scripts of mine and I'm > noticing that now properties don't get set. can you give me a working > example of setproperties? thanks
cl.set clears existing properties. So you only want to use one of them: either put all properties into one string, or use one set then a bunch of adds cl.set(...) cl.add(...) cl.add(...) Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
