Re: [Gambas-user] No EXEC Output but Works in Terminal

2009-03-04 Thread BenoƮt Minisini
> A Person wrote: > > Good Day . . . > > > > I am using Gambas 2.8.2-1ubuntu1. > > > > I wrote a program that randomly displays a line from a text file. The > > code worked in pure Gambas but then I tried to improve it! (Ho Ho Ho) > > > > I searched around and I came up with and modified an executa

Re: [Gambas-user] No EXEC Output but Works in Terminal

2009-03-03 Thread Richard Gladman
A Person wrote: > Good Day . . . > > I am using Gambas 2.8.2-1ubuntu1. > > I wrote a program that randomly displays a line from a text file. The > code worked in pure Gambas but then I tried to improve it! (Ho Ho Ho) > > I searched around and I came up with and modified an executable BASH > scrip

Re: [Gambas-user] No EXEC Output but Works in Terminal

2009-03-03 Thread Doriano Blengino
A Person ha scritto: > Good Day . . . > > I am using Gambas 2.8.2-1ubuntu1. > > I wrote a program that randomly displays a line from a text file. The > code worked in pure Gambas but then I tried to improve it! (Ho Ho Ho) > > I searched around and I came up with and modified an executable BASH >

[Gambas-user] No EXEC Output but Works in Terminal

2009-03-03 Thread A Person
Good Day . . . I am using Gambas 2.8.2-1ubuntu1. I wrote a program that randomly displays a line from a text file. The code worked in pure Gambas but then I tried to improve it! (Ho Ho Ho) I searched around and I came up with and modified an executable BASH script (test.sh) that worked subst