SET CPCOMPILE Command

Specifies the code page for compiled programs.

SET CPCOMPILE TO [nCodePage]

Parameters

Remarks

Use SET CPCOMPILE to compile programs for a specific code page. The code page you specify with SET CPCOMPILE is used for programs compiled automatically by Visual FoxPro, programs compiled from the Compile dialog, and programs compiled with the COMPILE command. However, you can include the AS clause in the COMPILE command to override the code page you specify with SET CPCOMPILE.

See Also

COMPILE | CPCURRENT( ) | Code Pages Supported by Visual FoxPro