Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug Reports
Yeah, color 8 was really wrong, fixed, thanks.. patch will be on next release -- that may be done only next week, sorry.
Reply
well, maybe it should be here...

http://forum.qbasicnews.com/viewtopic.php?t=8100
img]http://img59.exs.cx/img59/7237/aqsig2el.png[/img]
Reply
Just discovered fb - great project 8) I have started compiling some of my code. I notice that

Code:
PRINT STR$(42)+STR$(42)
prints
Quote:" 42 42"
in qb and
Quote:"4242"
in fb (without the spaces)

reading other posts I get the impression that spaces are left-trimmed if the string length isn't defined?

Regards
Reply
That's not a bug. Why would yo need space in between?
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
meh soemtimes that space can be a good thing.... but i found it annoying. if you REALLY want it then just put this in


Code:
declare function str2(a) as string

function str2(a)
if a >= 0 then str2 = " " + str(a) else str2 = str(a)
end function

just use str2 instead then. =P

edit:
(z!re noticed that it put a space in front of negitive numbers =P)
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
I don't know why, but all my icons show up as the My Computer icon after I run FB... It might be the IDE though, I'm using Von Godric's. I'll have to restart and see if I can find out exactly when it happens...
Reply
You can be sure the compiler won't mess up with your icons, it doesn't have one itself ;)

No Windows-specific routines are called, there's no way it could do anything like that.
Reply
that sounds like a problem i had on 9x the icon's would screw up if resource's were running low or the system was becoming more unstable.
Reply
Quote:that sounds like a problem i had on 9x the icon's would screw up if resource's were running low or the system was becoming more unstable.


Yup... Sorry 'bout that. :oops: It just started doing that when I use anything that runs in full screen! :???:
Reply
CVI is not working properly.

In QB, CVI(CHR$(0) + CHR$(64)) gives 16384 (first the lsb, then the msb, they're put together and converted to integer).

If fB you get 0.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)