$UseASA: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $UseASA function.</p> | <p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $UseASA function.</p> | ||
This function fools Model 204 into not placing carriage control characters in USE dataset output. | This function fools <var class="product">Model 204</var> 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. | The $UseASA function accepts no arguments and returns 0 if successful or an error code. |
Revision as of 22:19, 13 October 2011
<section begin="desc" />Prevent carriage control in USE output<section end="desc" />
Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $UseASA function.
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" />
0 - Successful 4 - Dataset does not use control characters 8 - No USE dataset active
For example, this code fragment prevents M204 from inserting carriage control characters:
%X = $UseASA