[top][index]
search for:

truncateOutput

Synopsis:

  • Usage: truncateOutput w
  • Input:

  • Output:
  • w: the maximum output line width to enforce
  • If w is infinity then truncation is turned off.

    This function works by assigning a value to Thing.BeforePrint, which may conflict with other BeforePrint methods installed by the user.

    Ways to use truncateOutput :

  • truncateOutput InfiniteNumber
  • truncateOutput ZZ

  • [top][index]
    search for: