On Thu, 15 Aug 2013, Beno?t Minisini wrote:
> Le 15/08/2013 16:32, Tobias Boege a ?crit :
> >> This is implemented in revision #5797:
> >>
> >> Dim aStr As New String[2]
> >> With aStr
> >>     .[0] = "a"
> >>     .[1] = "b"
> >>     Print .[0];; .[1]
> >> End With
> >>
> >> Enjoy!
> >
> > Nice! Works also with Collection-like objects. The only thing I noticed was
> > that it's not very comfortable to type in the IDE, i.e. once you are in the
> > With clause and type ".", you will presented the list of symbols in the
> > auto-completion popup. If you press "[", the first thing in there is
> > inserted before the "[".
> >
> > Anyway, this is very great!
> >
> > Thanks,
> > Tobi
> >
> 
> Yep, the IDE is not yet aware of that new syntax...
> 
> In revision #5798, I implemented the same thing for the "!" operator.
> 
> With <some Result object or Collection>
>    !field1 = "foo"
>    !field2 = "bar"
> End With
> 

Yes, everything works perfectly. The IDE now, too. Thank you very much.

Regards,
Tobi

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to