Yes, it work fine. Thanks.
This csv file is the result of the other programm that I use and maked from Visual Basic of Microsoft. Couriosly is posible to translate to sqlite ussing the Sqlite Database Browser.
Another question. I want use the random files access that I used in ppc, but in android. What is the similar to this in basic4android?
FileOpen (c1, "text.dat",cRandom)
s = FileGet (c1, 5,10) 's will be a string with 10 characters starting from the sixth character in the file.
FileClose(c1)
Thanks for your attentions