[Admin Entry - From tate]
Also, in the description part the white space is removed -
would it be possible to preserve the white space?
eg. a description might be:
EVENTS
property ontimer can be called one step before the
screen is output
OPTIONS
Calls LoadOptions to load options for current test into
table
Tests then call GetOptionby... functions to get their
options.
Options are loaded into a TLIST and the above options
come
straight from there.
MULTIPLE WINDOWS
There can only be ONE dxtimer in existance, so this is
a global variable.
The ontimer event needs to call all timer events, so
these are kept in a
global linked list.
LOGGING - SEE LOG.PAS
log codes doLogEvent:
'S' - Summary - is called at each screen refresh
'C' - Custom - is called for each sample period
(regardless of bstandardlogging
setting)
'T' - Total - once at end of test
but it comes out as:
EVENTS
property ontimer can be called one step before the
screen is output
OPTIONS
Calls LoadOptions to load options for current test into
table
Tests then call GetOptionby... functions to get their
options.
Options are loaded into a TLIST and the above options
come
straight from there.
MULTIPLE WINDOWS
There can only be ONE dxtimer in existance, so this is
a global variable.
The ontimer event needs to call all timer events, so
these are kept in a
global linked list.
LOGGING - SEE LOG.PAS
log codes doLogEvent:
'S' - Summary - is called at each screen refresh
'C' - Custom - is called for each sample period
(regardless of bstandardlogging
setting)
'T' - Total - once at end of test
Anonymous