Re: [Gambas-user] Lenght of a string

2016-04-06 Thread Oliver Etchebarne Bejarano
_____ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Oliver Etchebarne Bejarano Responsable del Área de TIC Ica Server E.I.R.L. <http://icaserver.com/>

Re: [Gambas-user] Lenght of a string

2016-04-06 Thread Oliver Etchebarne Bejarano
_____ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Oliver Etchebarne Bejarano Responsable del Área de TIC Ica Server E.I.R.L. <http://icaserver.com/>

[Gambas-user] gb.db: Primary Key of a INSERT

2014-02-03 Thread Oliver Etchebarne Bejarano
Hi everybody. How can I obtain the last AUTO_INCREMENT field after I run the Result.Update() on a new registry? I'm using a MySQL db. Thanks! -- /Oliver Etchebarne Bejarano/ Gerente General *Paperclip X10 SRL* ¡Visita la Tiend

Re: [Gambas-user] Read a binary file

2011-09-19 Thread Oliver Etchebarne Bejarano
Hah! That's the function I was looking for :-D Thank you Benoît!! /Oliver Etchebarne Bejarano/ Gerente General *Paperclip X10 SRL* Web :http://x10.pe <http://x10.pe/> Feed RSS :http://x10.pe/feed Facebook :http://x10.

Re: [Gambas-user] how get a project version?

2011-09-17 Thread Oliver Etchebarne Bejarano
Use the Application.version to get that property in your program, something like mylabel.text = "MyApp version" & Application.version /Oliver Etchebarne Bejarano/ Gerente General *Paperclip X10 SRL* Web :http://x10.pe

[Gambas-user] Read a binary file

2011-09-17 Thread Oliver Etchebarne Bejarano
buffer. But the bytes are read in this orden: 1, 0, 3, 2, 5, 4, 7, 6, etc... I think it's something about the endiannes. Again, there is a way to read a file without any format constraints? Thank you!!!! -- /Oliver Etchebarne Bejarano/ Gerent