fbc bug

General FreeBASIC programming questions.
Post Reply
dumbledore
Posts: 680
Joined: May 28, 2005 1:11
Contact:

fbc bug

Post by dumbledore »

trim$ kills single digit numbers, try this:

Code: Select all

? trim$(str$(1)):sleep
SotSvart
Posts: 262
Joined: May 27, 2005 9:03
Location: Norway
Contact:

Post by SotSvart »

I reported it to the bug section on sf.net 15min ago or somting. Strange coincidence =)

edit: It also happens to single characters.
dumbledore
Posts: 680
Joined: May 28, 2005 1:11
Contact:

Post by dumbledore »

hehe yeah, i knew there must've been some reason only numbers >=10 were working for line #s in fbide_fb ;P
v1ctor
Site Admin
Posts: 3804
Joined: May 27, 2005 8:08
Location: SP / Bra[s]il
Contact:

Post by v1ctor »

Fixed, changes are in CVS.. that bug was added when fixing another bug..
Post Reply