Re: [Gambas-user] Return an array in a function

2010-08-09 Thread Matías Manuel Grandi
First of all, thanks for your time and dedication Basically, I'm not too oriented to OOP becauseI'm not a programmer, I'm just an economist. It's only a hobby. But the most important thing to not moving to oop, or not moving successfully, is that I started programming in basic, some scrip

Re: [Gambas-user] Return an array in a function

2010-08-08 Thread Caveat
Hello again Mato I don't really get this code. Why do you set xml8tracks to new XMLReader, then immediately set it to the return from urlDownload? Where is urlDownload defined? What does it return? Where do you define xml8tracks? What is smix? Why is smix defined as String [10, 4]? Is that s

Re: [Gambas-user] Return an array in a function

2010-08-07 Thread Matías Manuel Grandi
Sorry, hi goes again!!! - Hi Guys! I have a problem when calling a function, which receive an xmlreader and returns an array. The function is geturl and the error gambas give me is "Type Mismatch: Wanted an Array, got an Array instead

Re: [Gambas-user] Return an array in a function

2010-08-07 Thread M. Cs.
It's not readable! Can you resend it without weblinks? -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev ___

[Gambas-user] Return an array in a function

2010-08-07 Thread Matías Manuel Grandi
Hi Guys! I have a problem when calling a function, which receive an xmlreader and returns an array. The function is geturl and the error gambas give me is "Type Mismatch: Wanted an Array, got an Array instead" The code is (a bit simplified): PUBLIC SUB