Re: [Gambas-user] String array - problem with val

2014-07-06 Thread kungfupanda
Thanks a lot I solve the problemthere are two empty ("") value in the string[] that produce the problem. Sorry! -- View this message in context: http://gambas.8142.n7.nabble.com/String-array-problem-with-val-tp47278p47298.html Sent from the gambas-user mailing list archive at Nabble.c

Re: [Gambas-user] String array - problem with val

2014-07-06 Thread Fabien Bodard
If you are sure to use point each time you convert with CFloat Le 5 juil. 2014 21:33, "Tobias Boege" a écrit : > On Sat, 05 Jul 2014, kungfupanda wrote: > > Hi, > > > > I've a problem with conversion of a string array in integer. > > I'm using gb.chart to create a line graph with a lot of element

Re: [Gambas-user] String array - problem with val

2014-07-05 Thread Tobias Boege
On Sat, 05 Jul 2014, kungfupanda wrote: > Hi, > > I've a problem with conversion of a string array in integer. > I'm using gb.chart to create a line graph with a lot of element (more then > 10.000 value). > I read the value from a txt file and store all in a string[]. > Now I'm trying to get every

[Gambas-user] String array - problem with val

2014-07-05 Thread kungfupanda
Hi, I've a problem with conversion of a string array in integer. I'm using gb.chart to create a line graph with a lot of element (more then 10.000 value). I read the value from a txt file and store all in a string[]. Now I'm trying to get every element of the string[] (with for each element in