Re: [Gambas-user] Issue 140 in gambas: Optional argument parser not good enough.

2011-11-10 Thread Jussi Lahtinen
Still not completely OK. Public Sub Func(Optional i As Integer = Func2()) Yields error message: Unknown identifier, if Func2 is declared to have also optional argument. Jussi On Thu, Nov 10, 2011 at 03:56, wrote: > Updates: >Status: Fixed > > Comment #2 on issue 140 by benoit.m..

Re: [Gambas-user] Issue 140 in gambas: Optional argument parser not good enough.

2011-11-09 Thread gambas
Updates: Status: Fixed Comment #2 on issue 140 by benoit.m...@gmail.com: Optional argument parser not good enough. http://code.google.com/p/gambas/issues/detail?id=140 Fixed in revision #4238. -- RSA(R) Confer

Re: [Gambas-user] Issue 140 in gambas: Optional argument parser not good enough.

2011-11-09 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 140 by benoit.m...@gmail.com: Optional argument parser not good enough. http://code.google.com/p/gambas/issues/detail?id=140 (No comment was entered for this change.) -

[Gambas-user] Issue 140 in gambas: Optional argument parser not good enough.

2011-11-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 140 by emil.len...@gmail.com: Optional argument parser not good enough. http://code.google.com/p/gambas/issues/detail?id=140 1) Describe the problem. The parser that pars