by Anic <sans@[EMAIL PROTECTED]
>
Sep 7, 2007 at 10:35 PM
Joe Strout a écrit:
>> I am an absolute newbie to REALbasic ... having used VB for the past
few
>> years. Simple question .. how do I declare a variable that is then
>> accessibl;e from all the Event handlers and Control routines? I see a
good
>> bit about putting global functions/subs in a modules but how do I just
>> declare a variable as global?
>
> Same way as global functions/subs, but you click the "Add Property"
> button instead of the "Add Method" one.
I think he was focused on making a property available also outside of a
module (a global property).