Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies a Visual FoxPro conversion program that handles translating Visual FoxPro binary files into text equivalents and back.
_SCCTEXT = cProgramName
Parameters
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.
See Also
Projects Tab, Options Dialog Box | Data Conversion Functions | CREATEBINARY( ) Function