[Gambas-user] SUb Routines with a return value

Michael mdavies5 at ...169...
Sat Nov 20 00:35:30 CET 2010


Thanks Fabien
Mike

On 20/11/10 00:07, Fabien Bodard wrote:
> action_activate is an event handler not a funtion... that's why it's a sub
>
> in gambas SUB/FUNCTION are all synonyme of PROCEDURE
>
> chose between each is just made by convention ... but for events it's a sub !
>
>
>
>
> 2010/11/19 Michael<mdavies5 at ...169...>:
>> I have been using popup menus for the first time and got the following
>> from the Gambas help.
>> "PUBLIC SUB Action_Activate(key AS String) AS Boolean"
>>
>> I assumed this was an error as only functions have a return value so I
>> changed it "Public Function...".
>> Then on my line "mnuPopup.Popup()" it got an error "no return value".
>>
>> Then I modified the line to "PUBLIC SUB..." with no "as Boolean". and
>> got the same error. However it all works perfectly when written as a SUB
>> with a return value. Is this intended?
>>
>> One more question? Can Gambas 3 be installed alongside Gambas 2 on
>> Ubuntu Maverick?
>>
>> Thanks
>> Mike
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Beautiful is writing same markup. Internet Explorer 9 supports
>> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
>> Spend less time writing and  rewriting code and more time creating great
>> experiences on the web. Be a part of the beta today
>> http://p.sf.net/sfu/msIE9-sfdev2dev
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>




More information about the User mailing list