Re: [Gambas-user] how to return my version program using a function

2015-11-24 Thread PICCORO McKAY Lenz
thanks.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2015-11-24 11:19 GMT-04:30 : > On 2015-11-24 16:24, PICCORO McKAY Lenz wrote: > >> there's a way to return the number version of a gambas propram without >> using I/O acces or file? >> >> >

[Gambas-user] how to return my version program using a function

2015-11-24 Thread PICCORO McKAY Lenz
there's a way to return the number version of a gambas propram without using I/O acces or file? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -- Go from Idea to Many App Stores Faster with Intel(R) XDK

Re: [Gambas-user] how to return my version program using a function

2015-11-24 Thread willy
On 2015-11-24 16:24, PICCORO McKAY Lenz wrote: > there's a way to return the number version of a gambas propram without > using I/O acces or file? > You can use Application.Version to show version of your program --