To modify the properties for a code file, including
CSPro logic or
JavaScript files, open the
File menu and select
Manage Application Files. Properties include:
This property determines how the code will be processed by the CSPro compiler and interpreter:
- CSPro Logic (Main): The application's main CSPro logic file containing procedures as well as optional user-defined functions.
- CSPro Logic (External): A CSPro logic file that contains user-defined functions that can be called from statements in the main logic file.
- JavaScript (Global): The file will be evaluated as a JavaScript global script.
- JavaScript (ECMAScript Module): The file will be evaluated as a JavaScript module.