Hi list,
i study the objects these days and i saw that we can declare PUBLIC VARS
in a class and also PROPERTIES.
So we can have code like
PUBLIC X AS Integer
cThing.X
or
PROPERTY X AS Integer
cThing.X
- I understand that a property is shown at Properties List in IDE and a
Vars not.
- Proper
"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
Am Sonntag, den 19.06.2011, 00:53 +0200 schrieb BenoƮt Minisini:
> > Salut,
> >
> > what is wrong on my box?
> > gambas2 : Printer.Resolution = 600
> > gambas3 : Printer.Resolution = 1200
> >
> > the printer behind HP OfficeJet 6210
> >
> > Any explication!
>
> The Qt4 printing system is more c