$UseASA

From m204wiki
Revision as of 17:36, 28 January 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$UseASA}} <span class="pageSubtitle"><section begin="desc" />Prevent carriage control in USE output<section end="desc" /></span> <p class="warning">Most Sirius $f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Prevent carriage control in USE output<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $UseASA function is to be entered.

This function fools Model 204 into not placing carriage control characters in USE dataset output.

The $UseASA function accepts no arguments and returns 0 if successful or an error code.

Syntax

<section begin="syntax" /> %RESULT = $UseASA <section end="syntax" />

$UseASA Function

%RESULT is set to the return code.

0 - Successful 4 - Dataset does not use control characters 8 - No USE dataset active

$UseASA return codes


For example, this code fragment prevents M204 from inserting carriage control characters:

%X = $UseASA

Products authorizing $UseASA