home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / macros / center.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  169 b   |  6 lines

  1. /* Macro to centre the text on the current line   */
  2. 'EXTRACT CONTENT'
  3. 'EXTRACT TEXTLIMIT'
  4. centred_string = centre(content,textlimit)
  5. 'SET CONTENT' centred_string
  6.