home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / leftpc < prev    next >
Encoding:
Text File  |  2002-10-28  |  339 b   |  16 lines

  1. Synopsis:
  2.    $leftpc(<count> <text>)
  3.  
  4. Technical:
  5.    This function returns the leftmost <count> printable characters of <text>,
  6.    taking into account ANSI color codes.
  7.  
  8. Returns:
  9.    <count> number of printable characters in <text>
  10.  
  11. Examples:
  12.    $leftpc(10 onetwothre$chr(27)[34mefour)
  13.      returns
  14.    onetwothree<blue attribute>
  15.  
  16.