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/GambasExec/MusicFiling.gambas"]    
where the executable version of the sencond programme resides.

Perhaps gb.settings would be a bit more elegant but maybe the best would be
to use the _new() sub in the second programme but how to call the second
programme?



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Entry-value-for-gambas-project-tp51346.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to