home *** CD-ROM | disk | FTP | other *** search
- /*
- Listing 12.16. A preprocessor-based version of AskCust().
- Author: Craig Yellick
- Excerpted from "Clipper 5: A Developer's Guide"
- Copyright (c) 1991 M&T Books
- 501 Galveston Drive
- Redwood City, CA 94063-4728
- (415) 366-3600
- */
-
- #translate AskCust( <r>, <c>, <msg> ) ;
- => GetString( <r>, <c>, <msg>, ;
- "GR+/B", space(6), "999999" )
-
- // end of file CHP1216.CH
-