Hello:
How I can insert a CSV (comma-separated values) file into Sqlite3
database in Gambas2 program?
Thanks
Correo explorado por Tixtla McAfee Groupshield 7.0
--
uberSVN's rich system and user administrat
Hi,
i try to write data to a new file in the following way:
Public hFile As File 'because i need to write in a serial_read_event
hFile = Open Application.Path &/ "prot.log" For Write Create
Write #hFile, Hex$(iByte, 2)
hFile.Close
Problem is that the filesize is growing during
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 79 by sot...@gmail.com: Deleting a Menu Item delete all
successive items
http://code.google.com/p/gambas/issues/detail?id=79
1) Describe the problem.
In Menu Editor if yo