$ProcGet

From m204wiki
Revision as of 17:36, 28 January 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$ProcGet}} <span class="pageSubtitle"><section begin="desc" />Next line of procedure<section end="desc" /></span> <p class="warning">Most Sirius $functions have b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Next line of procedure<section end="desc" />

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

$ProcGet accepts no arguments and returns a string result. Each call to $ProcGet returns either the next line of the current procedure or a null string to signify the end of the current procedure.

$ProcGet accepts no arguments. If the next input line from the current procedure contains a '??', the '??' is replaced by the third argument specified on the $ProcOpn associated with the open procedure, just as if the third $ProcOpn argument had been specified after the procedure name on an 'INCLUDE' command.

Syntax

<section begin="syntax" />

<section end="syntax" />

Products authorizing $ProcGet