[Gambas-user] With (can we use it?)

BB adamnt42 at gmail.com
Thu Nov 10 01:15:55 CET 2022


On 10/11/22 10:36 am, Bruce Steers wrote:
> Can we use With or is it a private internal only thing reserved for 
> specific commands?
>
> If it's private could it's usage be made public with a way to retrieve 
> the With data?
>
> Thanks
> BruceS
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----


You sure can use it anywhere


With MyClass

     .Ahab=12

End With

or

With MyClass.Subclass
With Mylass._hiddensubclass  ' !! very handy
With MyClass.Subclass.Subclass2....

I think that the only things that don't work / aren't supported are

With MyClass!someproperty
With MyClass["someproperty"]

Go at it! It's saved about 3mm of my fingers over the years.

b

p.s. With within a With isn't a good idea

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221110/faf71820/attachment-0001.htm>


More information about the User mailing list