PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on July 23, 2010, 09:10:42 PM

Title: Just a report.
Post by: Elias Montoya on July 23, 2010, 09:10:42 PM

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.
Title: Re: Just a report.
Post by: Robert Rioja on July 26, 2010, 01:10:42 PM
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
Title: Re: Just a report.
Post by: Douglas McDonald on July 27, 2010, 09:22:11 PM
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
Title: Re: Just a report.
Post by: Marc van Cauwenberghe on August 07, 2010, 01:05:27 PM
Hallo, I am getting something similar  ???

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

Marc