[Gambas-user] dammed click
Charlie
karl.reinl at ...9...
Tue Jan 21 00:19:44 CET 2003
Salut Benoit,
there is still this dammed click behind a Function/sub where a End
exist, who creates another END
What I mean:
You have FUNCTION like the follow
1 PUBLIC FUNCTION MyFunction() as INTEGER
2 Dim i as INTEGER
3 i = i + 1
4 RETURN i
5 END
you make a CR after the last char ( the R) at line 1,
you refind this :
1 PUBLIC FUNCTION MyFunction() as INTEGER
2
3
4
5 END
6
7 Dim i as INTEGER
8 i = i + 1
9 RETURN i
10 END
I don't like it, talking Ver 0.43
regs
Charlie
More information about the User
mailing list