home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / FIXLEN.SCR < prev    next >
Text File  |  1992-02-05  |  152b  |  8 lines

  1. > timeout = 0
  2. > windowshow()
  3. > Srcstr = "12345678901234567890"
  4. > Outputstring = fixlength (srcstr, 12) + ":"
  5. > message (outputstring)
  6. > wait()
  7.  
  8.