SetOMR_Separator (deprecated)

For multi-punch OMR fields, uses the parameter's value as the separator character. This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the SetOMRSeparator action in the ExportToText action library.

Syntax

bool SetOMR_Separator (StrParam)

Parameters

The separator character you want to use.

Returns

Always True.

Level

All levels.

Details

For multi-punch OMR fields, uses the parameter's value as the separator character. When multi-punch fields are exported, you typically do not want to use the same separator that you are using for fields as these values are typically all within a single field. This action allows you to specify a custom separator to be used when exporting. If this action is not called, the default value is a space.
Example
SetOMR_Separator(";")