Macro Language: Buffer Commands
select <BUFFER>
Select buffers in the Data Inspector.
setcurrent <number>
Defines the current working buffer.
invertselections
Inverts the selection in the Data Inspector.
hide <BUFFER>
Hide buffers.
show <BUFFER>
Show buffers.
delete <BUFFER>
Delete buffers.
duplicate <BUFFER>
Duplicate buffers.
setcomment <BUFFER> <text>
set the comment field of buffers.
addcomment <BUFFER> <text>
add text to the comment field of buffers.
getcomment <buffer> $<var>
defines a string varible with the comment field of the buffer.
setsource <BUFFER> <text>
set the source field of buffers.
addsource <BUFFER> <text>
add text to the source field of buffers.
getsource <buffer> $<var>
defines a string varible with the source field of the buffer.
belongx <BUFFER> <axis>
defines if the buffers belongs to the 1. (bottom) or the 2. (top) X axis (possible values: 1, 2).
belongy <BUFFER> <axis>
defines if the buffers belongs to the 1. (left) or the 2. (right) Y axis (possible values: 1, 2).
update
update buffers which has a dynamic data source (e.g. MySQL).
addvalue <buffer> <x value> <y value> <x error> <y error>
add value pair to data buffer.
setxvalue <buffer> <index> <value>
set X value in data buffer.
setxerror <buffer> <index> <value>
set X error in data buffer.
setyvalue <buffer> <index> <value>
set Y value in data buffer.
setyerror <buffer> <index> <value>
set Y error in data buffer.
rmvalue <buffer> <index>
delete value from data buffer.