SYS(8011) - Support options

Top  Previous  Next

Enables support options when resolving issues with Guineu.

Syntax

SYS( 8011, cOption [, uNewValue] )

Parameters

cOption

Name of the support option. The following table lists valid values for cOption:

 

cOption

Description

LogRecordGather

Every time a record is written to disk, Guineu adds a line to the record.gather.txt file in the current (for desktop computers) or the root (for mobile devices) directory. The log file specifies which records have been changed.

 

uNewValue

The following table lists the meaning for the new value for each option:

 

cOption

Value

Description

LogRecordGather

0

Turns logging off


1

Turns logging on

Return value

Returns a numeric value as a character string that indicates the previous state. If you don't pass a third parameter, Guineu returns the current state without changing it.

Remarks

When you contact Guineu support, you might be asked to run your code with one or more of these options enabled. The resulting log files help us to resolve support issues and fix bugs in Guineu. SYS(8011) is not meant to be used during regular development work.