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
Wrap
Text File
|
1991-06-20
|
3KB
|
61 lines
Force Tools version 1.2 upgrade notice. (minor bug fixes)
- The token functions has been revised, they now work correctly
numtoken has been replaced by num_token
attoken has been replaced by at_token
- The alltrim function still returned a space, it now works correctly
- New system function's : - is_share (check if dos SHARE is installed)
Force Tools version 1.1 upgrade notice.
- The fct1.hdr has been removed, it is replaced by sepatare header files.
The new header files are :
- fc_array.hdr : array functions
- fc_base.hdr : database functions
- fc_disk.hdr : floppy / harddisk functions
- fc_lowio.hdr : low level i/o functions
- fc_mouse.hdr : mouse support
- fc_msnet.hdr : microsoft networks support
- fc_novell.hdr : novell network support
- fc_mem.hdr : interrupt - pointer support
- fc_num.hdr : numeric functions
- fc_print.hdr : printer functions
- fc_spool : dos print.com interface
- fc_stack : stack based vars push / pop
- fc_str.hdr : string functions
- fc_sys.hdr : msdos - force internal func.
- fc_video.hdr : video - screen functions
- fc_win.hdr : window functions
- Four new tools area's : - video functions, interrupt / pointer support and
numeric functions, stack functions
- You can create pointers to all public symbols and get/execute pointer
values. It is also possible to perform interrupts and retrieve all
8088 registers / flags values
- It is now possible to do direct screen reads, save screens to a file
and direct screen writes without changing attributes.
- convert numeric to hex, perform and, or, xor and more
- push a var on a stack, change it's value and when ready pop the old
value back
- and even more functions (see .hdr files)
- added functions :
fc_base.hdr - a_select (area select trough untyped param)
fc_spool.hdr - queue_to_pick_list (copy dos print.com queue to a pick-
list)
fc_str.hdr - soundex (return soundex code for string)
fc_sys.hdr - ctrl_alt_del (disable / enable ctrl-alt-del and call a
user function after ctrl-alt-del press)
- set_safety (perfrom dbase set safety on/off command