Just a report.

Started by Elias Montoya, July 23, 2010, 09:10:42 PM

Previous topic - Next topic

Elias Montoya


Copy the following line (not necessary, you can just type it as well)

FUNCTION Test(a as long, b as long, c as long,

paste it in the firefly editor.

After the comma, type:

d as long,

as soon as you press the comma (,) you get two commas.
Win7, iMac x64 Retina display 5K, i7-5820K 4.4 ghz, 32GB RAM, All updates applied. - Firefly 3.70.

Robert Rioja

I get two commas as soon as I type "a as long,".  This is one of several bugs I noticed related to the way FF tries to help you pick a data type when you type "as ".

Robert

Douglas McDonald

It's good to point out these little bugs. I know that when I was writing production software many moons ago I hated to here about little bugs and there were many. What I learned is that the software must be pretty good if its just the little things are being reported. Yes they need to be fixed but you know the major stuff is out of the way. Now its just the boring clean up stuff between the fun things like adding new functions and usability. But that separates the good software from the bad. The little things and documentation.

keep up the great work Paul.........I too will report anything I find to add to your list. We wouldn't want you to have any free time would we ;D ;D

Doug
Doug McDonald
KD5NWK
www.redforksoftware.com
Is that 1's and 0's or 0's and 1's?

Marc van Cauwenberghe

Hallo, I am getting something similar  ???

As soon as I type as string( I get:
as string((

Marc