Re: [Gambas-user] Dinamic Arrays in Gambas

2008-07-17 Thread David Villalobos Cambronero
Ohhh that's great... --- David - Original Message From: Stefano Palmeri <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Thursday, July 17, 2008 1:54:33 PM Subject: Re: [Gambas-user] Dinamic Arrays in Gambas Il giovedì 17 luglio 2008 15:34:10 David

Re: [Gambas-user] Dinamic Arrays in Gambas

2008-07-17 Thread Stefano Palmeri
Il giovedì 17 luglio 2008 15:34:10 David Villalobos Cambronero ha scritto: > Hi all, > > How can I get a dinamic array with more than one dimension. > > I my program I need to create at execution time a dinamic array, in > example: > > 1 - I will ask the user how many rows. > 2 - I will ask the use

[Gambas-user] Dinamic Arrays in Gambas

2008-07-17 Thread David Villalobos Cambronero
Hi all, How can I get a dinamic array with more than one dimension. I my program I need to create at execution time a dinamic array, in example: 1 - I will ask the user how many rows. 2 - I will ask the user how many columns. 3 - With this info I need to create an array. I know there is String