home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR22 / JORF21_2.ZIP / CENTERED.J < prev    next >
Text File  |  1993-07-05  |  251b  |  12 lines

  1. Centered:Start
  2.   Win:Add (Null,0,0,7,30)
  3.     Type:"Message"
  4.     FLRCO:"Center"
  5.     Button:"Ok" Row:5 Col:10 Wid:12
  6.     This text uses a FLRCO
  7.     command to center the
  8.     text, and a TYPE command
  9.     to set the window type.
  10.   Return(Ok)
  11.  
  12.