BASIC CURSOR MACROS
DELTC signed distance in points between cursors
DELTXC signed distance in x units between cursors
DISTC positive distance in points between cursors
DISTXC positive distance in x units between cursors
LEFTC cursor position of cursor at the left
RIGHTC cursor position of cursor at the right
CURSOR-BASED POINT EXTRACTION
H select and copy one x value with cursor
INITH initialize H macro
INITN initialize N macro
INITP initialize P macro
INITV initialize V macro
INITZ initialize Z macro
P select and copy one x-y pair with cursor
N select and copy one index-y pair with cursor
V select and copy one y value with cursor
Z select and copy one index-x-y set with cursor
CURSOR-BASED SERIES PROCESSING
DELETEC erases between cursors
EXTRACTC extracts between cursors
INSERTC inserts a series after cursor
INSERTCC inserts region between cursors into another window
SUBSTC substitutes series for portion between cursors
SUBSTCC substitutes cursor region into another window
CURSOR-BASED ZOOMING
UNZOOMC unzooms after ZOOMC
ZOOMC zooms between cursors
POINT REPLACEMENT
CHANGEN replaces y values from change matrix
CHANGEZ replaces x-y pairs from change matrix
CURSOR-BASED SUBSERIES EXTRACTION
INITNN initialize NN macro
NN select and copy y value subseries with cursor
INITZZ initialize ZZ macro
ZZ select and copy x-y pair subseries with cursor
SUBSERIES REPLACEMENT
CHANGENN replaces y value subseries from change matrix
CHANGEZZ replaces x-y pair subseries from change matrix