_SCCTEXT System Variable

See Also

Specifies a Visual FoxPro conversion program that handles translating Visual FoxPro binary files into text equivalents and back.

Syntax

_SCCTEXT = cProgramName

Arguments

cProgramName

Specifies a source control conversion program. If your source control conversion program is in a directory other than the current default directory, include a path with the program name.

You can also specify a source control conversion program in your configuration file by including a line using this syntax:

_SCCTEXT = cProgramName

Remarks

By default, _SCCTEXT contains Scctext.prg, a Visual FoxPro conversion program that handles translating Visual FoxPro binary files into text equivalents and back. These text files are used as the basis for comparing and merging versions of Visual FoxPro binary files through a source control application.