Re: [Gambas-user] Simple code editor question

2009-07-12 Thread BenoƮt Minisini
> Is it possible to have more than one command on a line using some syntax > > eg instead of > > do something > if error then >do_something_else >return > end if > > write this lik > > do something > if error then do_somethingelse : return (or syntax works) > > Regards > > Richard > No, i

[Gambas-user] Simple code editor question

2009-07-11 Thread richard terry
Is it possible to have more than one command on a line using some syntax eg instead of do something if error then do_something_else return end if write this lik do something if error then do_somethingelse : return (or syntax works) Regards Richard