MAINSAIL Language Manual, Section 47.5

previous   next   top   complete contents   complete index   framed top   this page unframed


47.5. $scanSet

Figure 47–6. $scanSet
INTEGER
PROCEDURE   $scanSet    (STRING scanChars);

$scanSet is used to associate characters with an INTEGER that can be used with the PROCEDURE scan.

This INTEGER value returned by $scanSet is associated with the characters of scanChars when used by scan.

A large number of INTEGERs are available as scan INTEGERs.

scanSet provides bits that may be used with scan. More than one bit may be used at a time with scan, but only a limited number of them are available.

Values returned from $scanSet should not be saved in a file or structure image; they are valid only during the current execution.


previous   next   top   complete contents   complete index   framed top   this page unframed

MAINSAIL Language Manual, Section 47.5