FIXED: Records.GoTo

Please report bugs.

FIXED: Records.GoTo

Postby GaryVass » Sat Jun 09, 2012 4:25 am

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
GaryVass
 
Posts: 109
Joined: Wed May 04, 2011 8:03 pm

Re: Records.GoTo

Postby Slowdown » Sun Jun 10, 2012 3:24 pm

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"))
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 465
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

Re: Records.GoTo

Postby berndnoetscher » Mon Jun 11, 2012 7:18 am

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.
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

Re: Records.GoTo

Postby berndnoetscher » Mon Jun 11, 2012 7:35 am

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...
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

Re: Records.GoTo

Postby berndnoetscher » Mon Jun 11, 2012 7:38 am

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.
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest

cron