![]() |
Macro To Allow Delete Text With One Keystroke |
The information in this document applies to:
WordPerfect® 6.0 for DOS
Problem
Symptoms: The customer wanted a macro that will print information then pause and allow her to delete that information with one keystroke or press enter to continue if she accepts that information. Solutions: Example: Display(Off!) Type("Novell: One of the great ones.") BlockOn(CharMode!) //Turn on block. SearchString(":") //Character to search backward for. SearchPrevious() //Blocks all text back to search //character. Pause //Customer can press delete and //type new information then press //enter or they can accept the //information by just pressing //enter. BlockOff //Turns off block if they accepted //the typed info and pressed enter. PosDocBottom //Puts the cursor at end of typed //information. |
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. |