Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread bill-lancaster
Thank you guys - it's just what I was looking for Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Entry-value-for-gambas-project-tp51346p51352.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Julio Sanchez
Bill-lancaster: One way, would pass arguments to the program from the command line. To read must use Application.Args Here's an example (in Spanish) http://cursogambas.blogspot.com.es/2012/08/escribir-paramentros-inciales-para-el.html Regards Julio 2015-04-21 9:55 GMT+02:00 bill-lancaster

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Gian
Il 21/04/2015 09:55, bill-lancaster ha scritto: > I want to start a Gambas programme from another Gambas programme. > What would be the best way to pass a value to the programme? > > At the moment I write the value to a file from the first programme and read > it in the second one. then open the ne

[Gambas-user] Entry value for gambas project

2015-04-21 Thread bill-lancaster
I want to start a Gambas programme from another Gambas programme. What would be the best way to pass a value to the programme? At the moment I write the value to a file from the first programme and read it in the second one. then open the ne prog with:- Exec [User.Home &/ "GambasFolder/GambasE