Re: [Gambas-user] Import code to EXEC from file

2012-03-01 Thread Emil Lenngren
For reading from a file: http://gambasdoc.org/help/lang/lineinput?v3 Then for each line, execute the command you want (i.e. the string in the file). /Emil 2012/3/1 abbat > > I have now on Button1 next: > > Public Sub button1_Click() > > Exec ["kil

[Gambas-user] Import code to EXEC from file

2012-03-01 Thread abbat
I have now on Button1 next: Public Sub button1_Click() Exec ["killall", "tvtime"] Exec ["killall", "leafpad"] Exec ["killall", "abiword"] End Help me please do that if I have in file ~/prkill next: Exec ["killall", "tvtime"] Exec ["killall", "leafpad"] Exec ["killall", "abiwor