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) :-) Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
