> On 10/3/06 12:11 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote:
>> 
>> if field "MyTextField" is an integer and field "MyTextField" > -0.1
> 
> Can't you use just "> 0" ?
> 
>   if field "MyTextField" is an integer and field "MyTextField" > 0
> or:
>   get fld "MyTextField"
>   if (it is an integer) and (it > 0)

 I thought that 0 was a valid positive (non-negative) integer, therefore

 if field "MyTextField" > -0.1
or 
if field "MyTextField" > -1

but if the requirement is "> 0" then Ken is right.

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to