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.
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
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
Hallo, I am getting something similar ???
As soon as I type as string( I get:
as string((
Marc