Long, long ago, low_beer_light, a life form in far off space, ... On Windows, don't remember. However, conceptually, in repeat mode, one TIMER can be n timers...
The following code should display the last arrayitem 0..42 which is empty. Should print 41, but it prints 0 Iám doing something wrong, but i cannot find it ...
Scientists was looking and looking and suddenly they found what they had been looking for. a DEBUGGER, hmmm what should we name it ? Let's call it "the...
Thanks fredrik, just doing some test with my program I get this when start debugging if IsEmpty=true then inc(lastemptyline) else exit for line 1254:...
Check the file basstest.bas in the temp folder the the debugger has created, check row 1254 in that file. If you like you could send me that source file and I...
... or maybe Fredrik's NEW HotBasic Debugger! If the start is greater than the finish in a FOR/NEXT loop, this is not necessarily an error and one often has...
I mean. without the step -1 it does not work for cnt=5 to 1 'step -1 print myarray(cnt) $apptype console dim myarray(5) as string*3 defint cnt myarray(0)="0" ...
Sure, I see that now. I'll correct this later. Source with Object and types doesn't work in version 1.0, if you don't place them in a .inc file and deselect...
... This might be a good time to mention that TYPE/OBJECT ... END TYPE/OBJECT code blocks are treated as a single, multi-line, HB statement and that these...
... If nothing is printed, it works. The code in a FOR/NEXT block should *not* be run if there are no valid instances of the index variable (cnt above)....
That´s what I call great feedback and suggestions. I'll dive into it as soon as I got the first bugs with the type/objects working. Great to have released the...
... If you are always inserting at the first position and moving items "up", you could just store the items in reverse order to begin with, so adding a new...
I've fixed the problems that Cor found with object and type blocks And some other problems. That I found will debugging Cors large source, 100K source file. ...
... Yes, one thing that has "debugged me" about another debugger I have used in general, is the time required to get a "usable" screen display -- moving and...
I'm trying to call GetKeyboardState, and not have much success. As you can see from the code below, I've tried a couple of different ways to pass a pointer,...
Long, long ago, rkstuart57, a life form in far off space, ... Should be (lpKeyState As LONG) As Long because pointers (lp...) are always LONG values, never...
... Consider "VB survivor". The VB part signifies suffering -- whenever Google takes me to something written about VB, the authors emphasize all that you...
Hello everyone My IDE for HotBasic, HBide v2.06 7th April 2007 is now available for download. This is a much improved version which fixes the problem...
Philip Bister
philip.bister@...
Apr 7, 2007 2:18 pm
12119
I tried to use HotKeys in the debugger And the trigger works but when I try to call a sub when a certain key is pressed the application crashes. I don't know...
... First, I just updated the HotInclude download with hotkeys.bas and hotkeys.inc (and many other updated files), to be sure you have the same "version" of...
New functionality * Individial resizeble windows for each function * Possibility to save window state in normal and in debug mode * Code Jumper go esyer set...