On Wed, 27 Jun 2007 21:08:53 -0400, Fred moyer wrote: > if fh ≤ FieldTextHeight then
Be carefuly with less-than-or-equal-to, greater-than-or-equal-to, or not-equals single character symbols. Although they might work on a Mac, they most likely won't work on Windows. Better to use the generic "<=", ">=" and "<>". Just FYI, Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ 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
