[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER INCREMENTAL PAD       Specify size of padding for CA-Clipper incremental linking
------------------------------------------------------------------------------

 Purpose  : Specify size of padding for CA-Clipper incremental linking

 Syntax   : BLINKER INCREMENTAL PAD <nisize>

 Default  : 128 bytes

 Example  : # Leave 200 bytes at end of every procedure
            BLINKER INCREMENTAL PAD 200

 This command is used to set the size of the padding attached to the end of
 each procedure when it is first linked incrementally. The parameter is a
 decimal number indicating the size in bytes to be added at the end of each
 procedure in order to leave room for expansion, and may be any size up to
 1024. (The default value is 128, which should leave a reasonable amount of
 padding for the majority of simple changes made during final development of
 a routine.)

 Increasing this value allows the application to link incrementally more
 often without having to do a full link, but it will reduce the amount of
 memory available to the application at runtime during testing of real mode
 programs.

See Also: BLINKER INCREMENTAL FILE BLINKER INCREMENTAL OFF
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson