Re: CommandButton question

2005-05-07 Thread 前川享仁
Hi Friedger, I wonder why you need to access the label of a commandbutton. If you want to use different values for the label try ReactiveLabel. Friedger Thanks. I've read about ReactiveLabel in online help. But maybe its concept was too new to me, so what I

Re: about syntax error

2005-05-07 Thread Mat Hostetter
Like C++, isn't the instance of bbb temporaly created at constructor of aaa, then destroyed after the construction? No. Curl is a garbage-collected language, like Java and C#. Objects are only freed when there are no more pointers to them anywhere. Garbage collection loops through all the