Show/Hide Toolbars

XSharp

The -memvar option tells the compiler to enable the support for  'memory variables'. This option is also needed in the FoxPro dialect if you want to make local variables visible to the macro compiler with the -fox2 compilation option.

Syntax

-memvar [+ | -]  

Arguments

+ | - Specifying +, or just -memvar, directs the compiler to enable support for memory variables.

 

Remarks

This will NOT work with the Core and Vulcan dialects.

Enabling this option will enable the following commands in the compiler:
 

MEMVAR <MemvarName,...>

PUBLIC <MemVarName,...>  

PRIVATE <MemVarName,...>

PARAMETERS <ParameterName,,...>

 

Click here to see the property page