$UseASA: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 33: | Line 33: | ||
<li>[[Janus Sockets]]</li> | <li>[[Janus Sockets]]</li> | ||
<li>[[Janus Web Server]]</li> | <li>[[Janus Web Server]]</li> | ||
<li> | <li>Japanese functions</li> | ||
<li>[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility]</li> | <li>[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility]</li> | ||
</ul> | </ul> | ||
[[Category:$Functions|$UseASA]] | [[Category:$Functions|$UseASA]] |
Revision as of 16:03, 8 July 2014
Prevent carriage control in USE output
Note: 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
%result = $UseASA
%result is set to a return code.
Return codes
0 - Successful 4 - Dataset does not use control characters 8 - No USE dataset active
Example
This code fragment prevents Model 204 from inserting carriage-control characters:
%x = $UseASA