I recommend to write your data to text file and read it from there to String[].
http://gambasdoc.org/help/lang/open
Jussi
On Fri, Jun 26, 2009 at 06:43, Simonart
Dominique wrote:
> Steven James Drinnan a écrit :
>> As far as I know just one by one. Write one line by one line.
>>
>> ss[0] = "j
Steven James Drinnan a écrit :
> As far as I know just one by one. Write one line by one line.
>
> ss[0] = "jkl"
> ss[1] = "9080|"
> ss[2] = "jim"
> ss[3] = "ren"
> ss[4] = "mu8"
>
> I may be wrong and others can give there 2 cents worth.
>
> Steven
>
>
> On Thu, 2009-06-25 at 15:40 -0700, Swe
As far as I know just one by one. Write one line by one line.
ss[0] = "jkl"
ss[1] = "9080|"
ss[2] = "jim"
ss[3] = "ren"
ss[4] = "mu8"
I may be wrong and others can give there 2 cents worth.
Steven
On Thu, 2009-06-25 at 15:40 -0700, Swee Kwang Tan wrote:
> Dear Sir,
> Thank you for your readin