Re: [Gambas-user] Me inside Eval() in Terminal

2011-07-14 Thread BenoƮt Minisini
> hi, > > i played around with Eval() again and noticed that Me is NULL within > Eval(). in the ide every attempt to read something that belongs to Me > will give "Null Object" but if i use the program in a terminal, i get a > segfault. is Me something else there? even Eval("Me") leads to segfault

[Gambas-user] Me inside Eval() in Terminal

2011-07-12 Thread tobias
hi, i played around with Eval() again and noticed that Me is NULL within Eval(). in the ide every attempt to read something that belongs to Me will give "Null Object" but if i use the program in a terminal, i get a segfault. is Me something else there? even Eval("Me") leads to segfault? does t