[Gambas-user] Whats that ?
Benoit Minisini
gambas at ...1...
Thu Jan 5 23:13:34 CET 2006
On Thursday 05 January 2006 22:52, Charlie Reinl wrote:
> Salut Benoit,
>
> comming up with a strange thing.
>
> Please see the screenshot.
>
> For changing a Public Sub, I made a copy off the existing, by renaming the
> original SaveTV to SaveTV_OLD.
> when Iooked for it, to find in File (left mousclick/goTo) I found 2
> 'SaveTV', one with a sub entry OLD . ????????????
>
> Not normal...OR?
>
> Sorry had to make a hole screen to show it.
>
> If you need more infos, then it was in gambas-1.0.13 let me know.
> I hope it pass by size.
>
> Amicalment
> Charlie
'_' is the character the IDE uses for detecting event handlers. That's all!
Of course you can use this character in any function name, but it is better
using it only in event handlers.
Regards,
--
Benoit Minisini
More information about the User
mailing list