Re: [Gambas-user] Gambas Calculator

2011-06-19 Thread Jussi Lahtinen
"Problem solved." Default value for variable a is "0,5" which returns NULL with Val(). ? "*" & val("0,5") & "*" ** While "0.5" gives answer as expected. ? "*" & val("0.5") & "*" *0.5* Gambas 3 rev 3888 @ Ubuntu 11.04 64bit Jussi On Sun, Jun 5, 2011 at 23:36, Jussi Lahtinen wrote: > Resu

Re: [Gambas-user] Gambas Calculator

2011-06-05 Thread Jussi Lahtinen
Result is always "Unknown symbol". Gambas 3 rev 3871 @ Ubuntu 11.04 64bit Jussi 2011/6/3 Benoît Minisini > > Also Gambas has "Evaluator" example, but it doesn't seem to work..? > > > > Jussi > > > > It works there. What's the problem? > > -- > Benoît Minisini > > > --

Re: [Gambas-user] Gambas Calculator

2011-06-04 Thread richard terry
On Friday 03 June 2011 22:28:36 Benoît Minisini wrote: > > Also Gambas has "Evaluator" example, but it doesn't seem to work..? > > > > Jussi > > It works there. What's the problem? > Ok, This is now translated and put into gambas3 with appropriate acknowledgements to the source code author/s. I

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread Benoît Minisini
> Also Gambas has "Evaluator" example, but it doesn't seem to work..? > > Jussi > It works there. What's the problem? -- Benoît Minisini -- Simplify data backup and recovery for your virtual environment with vRanger.

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread Jussi Lahtinen
Also Gambas has "Evaluator" example, but it doesn't seem to work..? Jussi On Fri, Jun 3, 2011 at 12:11, richard terry wrote: > On Friday 03 June 2011 18:35:28 Fabien Bodard wrote: > > 2011/6/3 richard terry : > > > On Friday 03 June 2011 16:59:21 Rolf Schmidt wrote: > > >> Hi Richard > > >> >

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread richard terry
On Friday 03 June 2011 18:35:28 Fabien Bodard wrote: > 2011/6/3 richard terry : > > On Friday 03 June 2011 16:59:21 Rolf Schmidt wrote: > >> Hi Richard > >> > >> the Class-File was broken, so I attache a new file with the class and > >> form file intact but still with german variable names and comm

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread Fabien Bodard
2011/6/3 richard terry : > On Friday 03 June 2011 16:59:21 Rolf Schmidt wrote: >> Hi Richard >> >> the Class-File was broken, so I attache a new file with the class and >> form file intact but still with german variable names and comments >> >> Fine regards >> Rolf >> > thanks, my daughter speaks G

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread richard terry
On Friday 03 June 2011 16:59:21 Rolf Schmidt wrote: > Hi Richard > > the Class-File was broken, so I attache a new file with the class and > form file intact but still with german variable names and comments > > Fine regards > Rolf > thanks, my daughter speaks German, or I've a mate who can tran

Re: [Gambas-user] Gambas Calculator

2011-06-03 Thread Rolf Schmidt
Hi Richard the Class-File was broken, so I attache a new file with the class and form file intact but still with german variable names and comments Fine regards Rolf calc2.tgz Description: GNU Unix tar archive -- Sim

Re: [Gambas-user] Gambas Calculator

2011-06-02 Thread Rolf Schmidt
Hi Richard I wondered if anyone on the list would have the code/form for a simple calculator in gambas they would be willing to share. If you can live with german variable names and comments, here is a runnable version (but it is in Gambas 2.x) Fine regards Rolf calculator.tgz Description:

Re: [Gambas-user] Gambas Calculator

2011-06-02 Thread Jussi Lahtinen
Not exactly, but this might help; http://gambasdoc.org/help/lang/eval You can use it to do calculations, example: Print Eval("1 + 2") Or you can use variables like in documentation example. Jussi On Fri, Jun 3, 2011 at 01:32, richard terry wrote: > I wondered if anyone on the list would have

[Gambas-user] Gambas Calculator

2011-06-02 Thread richard terry
I wondered if anyone on the list would have the code/form for a simple calculator in gambas they would be willing to share. REgards richard -- Simplify data backup and recovery for your virtual environment with vRanger.