home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progpas / tspas18.arj / TSPAS.SUM < prev    next >
Text File  |  1990-02-24  |  3KB  |  87 lines

  1. Sun 25-Feb-90
  2.  
  3. Summary of the Functions and procedures in the TSPAS Package
  4.  
  5. Functions are indicated by the ending FN, the procedures by the lack of it.
  6.  
  7. TSUNTA:
  8.   PANMR    Scroll screen right
  9.   PANML    Scroll screen left
  10.   WIDTHFN  Current width of text screen
  11.   ATTRIBFN Color attribute for direct write to video memory
  12.   VIDXY    Direct write to the screen video memory
  13.   VDCHXY   Direct read from the screen video memory
  14.   VDAEXYFN Direct read of a screen video memory color attribute
  15.  
  16. TSUNTB:
  17.   TIMERFN  Time elapsed since midnight
  18.   POWERFN  Conventional raising of a positive number to a power
  19.   POWERGFN Generalized raising of any real to a power
  20.   POWERLFN Raise longint to a non-negative integer power
  21.   TWOTOFN  Two to a power, fast
  22.   R16TOFN  Sixteen to a power, fast
  23.   BITONFN  Status of a bit in a word
  24.   CONVBFN  Convert from a number of any base to any other base
  25.   BINDECFN Convert binary to decimal, fast
  26.   DECBINFN Convert decimal to binary, fast (outdated by BINFN)
  27.   BINFN    Convert decimal to binary, very fast
  28.   LBINFN   Convert longint to binary, fast
  29.   HEXDECFN Convert hexadecimal to decimal, fast
  30.   DECHEXFN Convert decimal to hexadecimal, fast (outdated by HEXFN)
  31.   HEXFN    Convert decimal to hexadecimal, very fast
  32.   LHEXFN   Convert longint to hexadecimal, fast
  33.  
  34. TSUNTC:
  35.   PLAYNOTE Play a note
  36.   PRTONLFN Get the online status of a printer
  37.   DSKCNTFN Get the number of disk devices (MsDos 3+ only)
  38.   REVCOLOR Reverse text colors (a toggle)
  39.  
  40. TSUNTD:
  41.   TRIMRGFN Trim a string right
  42.   TRIMLFFN Trim a string left
  43.   LEADFN   Lead a string with a multiple character (i.e. pad left)
  44.   TRAILFN  Trail a string with a multiple character (i.e. pad right)
  45.   DOSDELAY Delay without using the Crt unit
  46.   PARSE    Extract all substrings from a string
  47.   STRCNTFN Number of substrings in a string (resembles ParamCount)
  48.   SPARTFN  Returns a specified substring (resembles ParamStr)
  49.  
  50. TSUNTE:
  51.   CURSOFF  Turn off cursor (keeps other cursor attributes)
  52.   CURSON   Turn cursor back on as it was
  53.   CURSOR   Change cursor size
  54.   BORDER   Change border color (CGA, VGA)
  55.   CLB      Clear the keyboard buffer
  56.   MONOFN   Is it a monochrome
  57.   CAPSONFN CapsLock status
  58.   NUMLONFN NumLock status
  59.   FEXISTFN File existence status, handles ReadOnly files correctly
  60.   FSIZEFN  File size in bytes as in directory
  61.   CLUSIZFN Cluster size on a device (cluster is the allocation unit)
  62.   ALLSIZFN Allocated true size of a file in bytes
  63.   CMDLNFN  Returns the entire command line
  64.   WKDAYFN  Returns modern weekday
  65.   WEEKNRFN Returns the week number for a given date
  66.  
  67. TSUNTF:
  68.   EDRDLN   Readln with line-editing potential
  69.   EDREADLN Readln with line-editing, recall, and insert toggle
  70.  
  71. TSUNTG:
  72.   DRIVESFN Number of diskette drives on the system
  73.   FDRIVEFN The name of the first diskette drive on the system
  74.   INDRIVFN Is a media present in the given drive
  75.   GOATXY   As the ordinary GoToXY but no Crt unit required
  76.   WHEREXFN As the ordinary WhereX but no Crt unit required
  77.   WHEREYFN As the ordinary WhereY but no Crt unit required
  78.   KEYPREFN As the ordinary KeyPressed but no Crt unit required
  79.   READKEFN As the ordinary ReadKey but no Crt unit required
  80.   INKEYFN  Basic-like timed character input
  81.   REVAREA  Reverse the colors of an area
  82.   USEPRN   Redirect write and writeln to the printer
  83.   USECON   Restore write and writeln direction to the screen
  84.  
  85. TSUNTH:
  86.   GRTABLFN Has MsDos GRAFTABL been loaded or not
  87.