Re: [Gambas-user] Case statement quesiton

2010-07-18 Thread Dimitris Anogiatis
Hey Richard, Perhaps this might work for you Select Case BMI < 25 Case True Print "BMI is Less than 25" Case False Print "BMI is MORE than 25" Case Else End Select or you could also set ranges Select Case BMI Case 1 to 24 Print "BMI is Less than 25" Case 25

[Gambas-user] Case statement quesiton

2010-07-18 Thread richard terry
Select Case BMI Case < 25 This dosn't seem to work? can't one use less than, greater than, <> etc? Regards Richard -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G

Re: [Gambas-user] "gbr3: no project filein '/usr/local/bin/gambas3.gambas' "

2010-07-18 Thread Doriano Blengino
Benoît Minisini ha scritto: webkit is used by the gb.qt4.webkit component which is used by the Gambas IDE. If you don't install it, gbx3 doesn't caret, but you won't be able to compile the IDE. Anyway, you must provide the full output of the './configure -C', 'make', and 'make install' proces

Re: [Gambas-user] "gbr3: no project filein '/usr/ local/bin/gambas3.gambas' "

2010-07-18 Thread Benoît Minisini
> girardhe...@hotmail.com ha scritto: > > true it worked for me too ... > > should be on gambas web site for some time : Till users get over it ! > > > >> The boss said we need qt4 webkit +devel. It worked for Matti. > >> > >> Werner > > Thanks for the information. > > But qt4-webkit is install

Re: [Gambas-user] "gbr3: no project filein '/usr/local/bin/gambas3.gambas'"

2010-07-18 Thread Doriano Blengino
girardhe...@hotmail.com ha scritto: > true it worked for me too ... > should be on gambas web site for some time : Till users get over it ! > > >> The boss said we need qt4 webkit +devel. It worked for Matti. >> >> Werner Thanks for the information. But qt4-webkit is installed, and I don't see