XPRMInitializeControl Enumeration
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 6.10.1+ae0383562d99c01e2c5cf01f00ce4c77953c414e
public enum XPRMInitializeControl
Member name | Value | Description |
---|---|---|
Skip | 0 | Code for skipping a position in the initialization stream. This control value may be used in place of an expected data token in order to skip the token. This corresponds to using * in a text initialization file. |
OpenList | 1 | Code for starting a list of values in the initialization stream. This control value indicates that a list of tokens is about to be sent. This corresponds to using [ in a text initialization file. |
CloseList | 2 | Code for ending a list of values in the initialization stream. This control value closes a list of tokens previously started with the control value OpenList. This corresponds to using ] in a text initialization file. |
OpenIndices | 3 | Code for starting a list of indices in the initialization stream. This control value indicates that a list of indices is about to be sent. This corresponds to using ( in a text initialization file. |
CloseIndices | 4 | Code for ending a list of indices in the initialization stream. This control value closes a list of indices previously started with the control character OpenIndices. This corresponds to using ) in a text initialization file. |
Flush | 127 | Code to force a flush of the token queue. When this control value is used, it doesn't cause a token to be send to the initialization stream, but rather the queue of tokens already sent is processed. |
Reference
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.