>   Select Case BMI
>       Case < 25
> 
> This dosn't seem to work? can't one use less than, greater than, <> etc?
> 
> Regards
> 
> Richard
> 

Look in the documentation: you must write CASE Expr1 TO Expr2

In revision #3046, you can even write CASE TO 25 to do what you want.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to