[Gambas-user] Possible bug in 1.0.13?

Rob Kudla sourceforge-raindog2 at ...94...
Thu Feb 23 22:27:26 CET 2006


On Thu February 23 2006 16:14, GuruLounge - MailLists wrote:
> Is this a bug or am I missing something?

You got me.

What type is myKey in SomeRoutine? 
What type is myFile in SomeRoutine? 
Are either of those two variables global (PUBLIC/PRIVATE)?
Is it a compile-time or run-time error?
On what line is it generating the error?

I think you'll need to post your project, or at least the class 
or module this came from.  But the fact that it's a Gambas error 
message and not, say, a core dump, makes me think that you're 
using some function that takes a numeric argument and giving it 
a string instead, rather than being a Gambas bug.

Rob




More information about the User mailing list