Page 1 of 1

FIXED: Records.GoTo

PostPosted: Sat Jun 09, 2012 4:25 am
by GaryVass
Bernd,

Any idea when the Records.GoTo bug will be fixed ? (the compiler puts a space between the . and the goto, making the statement useless)... I am working in the windows version at the moment (will go back to the linux when it will compile my program I had sent you a couple of weeks ago....).

Thanks

Re: Records.GoTo

PostPosted: Sun Jun 10, 2012 3:24 pm
by Slowdown
Also @ Bernd,
Code: Select all
Dim dd As Dictionary = Dictionary("Hello":= 55, "World":= 99, "wow":= List(1, 2, "Hello", "World"))

Also expands to when cursor leaves the line,
Code: Select all
Dim dd As Dictionary = Dictionary("Hello" : = 55, "World" : = 99, "wow" : = List(1, 2, "Hello", "World"))

Re: Records.GoTo

PostPosted: Mon Jun 11, 2012 7:18 am
by berndnoetscher
GaryVass wrote:Bernd,

Any idea when the Records.GoTo bug will be fixed ? (the compiler puts a space between the . and the goto, making the statement useless)... I am working in the windows version at the moment (will go back to the linux when it will compile my program I had sent you a couple of weeks ago....).

Thanks


Sorry about this. I thought it has been already be solved.

Re: Records.GoTo

PostPosted: Mon Jun 11, 2012 7:35 am
by berndnoetscher
berndnoetscher wrote:
GaryVass wrote:Bernd,

Any idea when the Records.GoTo bug will be fixed ? (the compiler puts a space between the . and the goto, making the statement useless)... I am working in the windows version at the moment (will go back to the linux when it will compile my program I had sent you a couple of weeks ago....).

Thanks


Sorry about this. I thought it has been already be solved.



Just fixed it. Will come with the next version the next days...

Re: Records.GoTo

PostPosted: Mon Jun 11, 2012 7:38 am
by berndnoetscher
Slowdown wrote:Also @ Bernd,
Code: Select all
Dim dd As Dictionary = Dictionary("Hello":= 55, "World":= 99, "wow":= List(1, 2, "Hello", "World"))

Also expands to when cursor leaves the line,
Code: Select all
Dim dd As Dictionary = Dictionary("Hello" : = 55, "World" : = 99, "wow" : = List(1, 2, "Hello", "World"))


Just fixed this as well. Thanks.