[Gambas-user] Debugging problem

2014-03-22 Thread Jussi Lahtinen
Problem demonstration attached. If you run the code step by step you will get different result, than running it normally. I think it's because collection key reference changes by IDE's debugging view. Is this fixable? Jussi DebuggingProb-0.0.1.tar.gz Description: GNU Zip compressed data --

Re: [Gambas-user] Issue 516 in gambas: bug BSet -1

2014-03-22 Thread Jussi Lahtinen
I does work with negative numbers, but I don't think you understand how binary system works with negative numbers. ? bin(-1,8) ? bin(-2,8) 1110 ? bset(-2,0) -1 ? bin(bset(-2,0),8) Perhaps you are looking for BClr? http://www.gambasdoc.org/help/lang/bclr?v3 ? bin(bclr(-1,

Re: [Gambas-user] Issue 516 in gambas: bug BSet -1

2014-03-22 Thread gambas
Comment #3 on issue 516 by jussi.la...@gmail.com: bug BSet -1 http://code.google.com/p/gambas/issues/detail?id=516 I does work with negative numbers, but I don't think you understand how binary system works with negative numbers. ? bin(-1,8) ? bin(-2,8) 1110 ? bset(-2,0) -1 ? b

Re: [Gambas-user] Issue 516 in gambas: bug BSet -1

2014-03-22 Thread gambas
Comment #2 on issue 516 by rezeden...@gmail.com: bug BSet -1 http://code.google.com/p/gambas/issues/detail?id=516 Copy what happens in the debug console. (Копирую то что происходит у меня в консоли отладки.) ? bset(-1,2) -1 I do not know this bug or feature and should not work with negative