Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Rolf-Werner Eilert
Am 02.09.2010 13:58, schrieb Doriano Blengino: > Rolf-Werner Eilert ha scritto: >> Am 02.09.2010 11:36, schrieb Doriano Blengino: >> >>> Rolf-Werner Eilert ha scritto: >>> This is just a general question about programming, it doesn't refer to Gambas specifically, but I would implement the

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Doriano Blengino
Rolf-Werner Eilert ha scritto: > Am 02.09.2010 11:36, schrieb Doriano Blengino: > >> Rolf-Werner Eilert ha scritto: >> >>> This is just a general question about programming, it doesn't refer to >>> Gambas specifically, but I would implement the results in Gambas. >>> >>> For some of my bigg

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Rolf-Werner Eilert
Am 02.09.2010 12:39, schrieb Fabien Bodard: >> No, my question was: How can I implement such a logic in my own program? > > did you try to make a kind of high level interpreter ? for macro for exemple ? > > if it is that ... the doriano explanation is good :) > Yes, right that :-) And see my answe

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Rolf-Werner Eilert
Am 02.09.2010 11:36, schrieb Doriano Blengino: > Rolf-Werner Eilert ha scritto: >> This is just a general question about programming, it doesn't refer to >> Gambas specifically, but I would implement the results in Gambas. >> >> For some of my bigger projects I have had to implement IF and ELSE and

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Fabien Bodard
> No, my question was: How can I implement such a logic in my own program? did you try to make a kind of high level interpreter ? for macro for exemple ? if it is that ... the doriano explanation is good :) -- This SF.ne

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Rolf-Werner Eilert
Am 02.09.2010 11:20, schrieb Werner: > On 02/09/10 16:39, Rolf-Werner Eilert wrote: >> This is just a general question about programming, it doesn't refer to >> Gambas specifically, but I would implement the results in Gambas. >> >> For some of my bigger projects I have had to implement IF and ELSE

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Doriano Blengino
Rolf-Werner Eilert ha scritto: > This is just a general question about programming, it doesn't refer to > Gambas specifically, but I would implement the results in Gambas. > > For some of my bigger projects I have had to implement IF and ELSE and > similar functions. I tried to manage AND, OR etc

Re: [Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Werner
On 02/09/10 16:39, Rolf-Werner Eilert wrote: > This is just a general question about programming, it doesn't refer to > Gambas specifically, but I would implement the results in Gambas. > > For some of my bigger projects I have had to implement IF and ELSE and > similar functions. I tried to mana

[Gambas-user] How to realize AND, OR etc.

2010-09-02 Thread Rolf-Werner Eilert
This is just a general question about programming, it doesn't refer to Gambas specifically, but I would implement the results in Gambas. For some of my bigger projects I have had to implement IF and ELSE and similar functions. I tried to manage AND, OR etc. too, but I failed. Somehow I didn't f