![]() |
Macros - The Operators >=, <= Not Support |
The information in this document applies to:
WordPerfect® 5.1 for DOS
Problem
Solutions: No nontokenized WPCorp products (i.e., WordPerfect 5.1 for DOS, Office 3.1, etc.) that have the ability to create macros support the comparison operators >= or <= (less than/greater than brackets and the equal sign). These operators must be contrived/concocted using the other operators. For example, the command value1 >= value2 could be translated to !(value1 < value2). Note: The following information may be helpful when checking for these conditions in a macro: <= (Less than or equal to) can be written as !> (not greater than) >= (Greater than or equal to) can be written as !< (not less than) |
Answer:
Details:
Product specifications, packaging, technical support and information (*Specifications*) refer to theUnited States retail English version only. Specifications for other versions may vary. All Specifications, claims, features, representations, and/or comparisons provided are correct to the best of our knowledge of the date of publication, but are subject to change without notice.OUR MAXIMUM AGGREGATE LIABILITY TO YOU AND THAT OF OUR DEALERS AND SUPPLIERS IS LIMITED. IT SHALL NOTEXCEED THE AMOUNT YOU PAID TO ACCESS THE INFORMATION. SEE LEGAL DISCLAIMER. |