Re: [Gambas-user] Small error in help text for Event declaration

2011-09-19 Thread BenoƮt Minisini
> Hi, > > The Gambas 3 help for Event declaration has an error in the example > code: > > > Events declaration > EVENT Name ( [ Parameter #1 [ , Parameter #2 ... ] ) > > > This declares a class event. This event is raised by using > the RAISE keyword. > > The RAISE keyword may return a boolea

[Gambas-user] Small error in help text for Event declaration

2011-09-19 Thread Bruce Bruen
Hi, The Gambas 3 help for Event declaration has an error in the example code: Events declaration EVENT Name ( [ Parameter #1 [ , Parameter #2 ... ] ) This declares a class event. This event is raised by using the RAISE keyword. The RAISE keyword may return a boolean value to indicate if the e