home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / FCT1_12 / WHATS.NEW < prev   
Text File  |  1991-06-20  |  3KB  |  61 lines

  1. Force Tools version 1.2 upgrade notice. (minor bug fixes)
  2.  
  3. - The token functions has been revised, they now work correctly
  4.   numtoken has been replaced by num_token
  5.   attoken  has been replaced by at_token
  6.   
  7. - The alltrim function still returned a space, it now works correctly
  8.  
  9. - New system function's : - is_share (check if dos SHARE is installed)
  10.  
  11.  
  12. Force Tools version 1.1 upgrade notice.
  13.  
  14. - The fct1.hdr has been removed, it is replaced by sepatare header files.
  15.   The new header files are :
  16.                               - fc_array.hdr  : array functions
  17.                               - fc_base.hdr   : database functions
  18.                               - fc_disk.hdr   : floppy / harddisk functions
  19.                               - fc_lowio.hdr  : low level i/o functions
  20.                               - fc_mouse.hdr  : mouse support
  21.                               - fc_msnet.hdr  : microsoft networks support
  22.                               - fc_novell.hdr : novell network support
  23.                               - fc_mem.hdr    : interrupt - pointer support
  24.                               - fc_num.hdr    : numeric functions
  25.                               - fc_print.hdr  : printer functions
  26.                               - fc_spool      : dos print.com interface
  27.                               - fc_stack      : stack based vars push / pop
  28.                               - fc_str.hdr    : string functions
  29.                               - fc_sys.hdr    : msdos - force internal func.
  30.                               - fc_video.hdr  : video - screen functions
  31.                               - fc_win.hdr    : window functions
  32.  
  33. - Four new tools area's :  - video functions, interrupt / pointer support and
  34.                              numeric functions, stack functions
  35.  
  36.    - You can create pointers to all public symbols and get/execute pointer
  37.      values. It is also possible to perform interrupts and retrieve all
  38.      8088 registers / flags values
  39.  
  40.    - It is now possible to do direct screen reads, save screens to a file
  41.      and direct screen writes without changing attributes.
  42.  
  43.    - convert numeric to hex, perform and, or, xor and more
  44.  
  45.    - push a var on a stack, change it's value and when ready pop the old
  46.      value back
  47.  
  48.    - and even more functions (see .hdr files)
  49.    
  50. -  added functions :
  51.    fc_base.hdr       - a_select (area select trough untyped param)
  52.  
  53.    fc_spool.hdr      - queue_to_pick_list (copy dos print.com queue to a pick-
  54.                                            list)
  55.  
  56.    fc_str.hdr        - soundex (return soundex code for string)
  57.  
  58.    fc_sys.hdr        - ctrl_alt_del (disable / enable ctrl-alt-del and call a
  59.                                      user function after ctrl-alt-del press)
  60.                      - set_safety (perfrom dbase set safety on/off command
  61.