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
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
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
> 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
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