Scripting > mrScriptBasic overview > mrScriptBasic language reference
 
mrScriptBasic language reference
mrScriptBasic, based on Visual Basic and Visual Basic Scripting Edition (VBScript), provides native support for market research data types and expression evaluation in the script, which is not possible using Visual Basic, VBScript, or Java.
mrScriptBasic can be used by any UNICOM Intelligence product that requires a scripting interface. All of the scripting constructs are generalized, with application-specific logic being added using the relevant object models.
In a DataManagementScript (DMS) file, you can use mrScriptBasic to define procedural code for cleaning data, defining custom properties for use when exporting data, setting up weighting, and so on. You can also use mrScriptBasic to define the routing context of an Interview Script file that will be activated in version 3.0 (or later) of UNICOM Intelligence Interviewer.
Examples
Some of the examples in this section use the objects from the Data Management Object Model (DMOM) that comes with UNICOM Intelligence Professional. There are also examples that use the new Interview Object Model that is part of version of 3.0 or later of UNICOM Intelligence Interviewer.
See also
Intrinsic objects
mrScriptBasic keyword summary
Syntax conventions
Using preprocessor directives.
General information
Statements
Procedures
Script constants
mrScriptBasic overview