On Aug 22, 2006, at 11:00 AM, Terry Ford wrote:


On Aug 22, 2006, at 9:02 AM, Arnaud Nicolet wrote:

Because "Is < 100" is a boolean (it means "is that true that ls is lower than 100?", which can be answered by true or false, i.e a boolean).
A select case accepts integers and Strings only.

That is not correct:

testExpression
Any expression that evaluates to a value. The expression can be of any data type or an object.

The problem is that he is attempting to use expressions that require a boolean 'and' operation. Only a single evaluation or the implied 'Or' (the separating commas) is allowed in a Select Case statement.

Not true
The code I posted works just fine and uses AND in several places.
Try it _______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to