ASCII_Chars Class |
Namespace: LinkarCommon
The ASCII_Chars type exposes the following members.
| Name | Description | |
|---|---|---|
| CR |
ASCII character carriage return.
| |
| CR_chr |
ASCII character carriage return.
| |
| CR_str |
ASCII character carriage return.
| |
| DC4 |
ASCII character used as separator of the arguments of a subroutine.
| |
| DC4_chr |
ASCII character used as separator of the arguments of a subroutine.
| |
| DC4_str |
ASCII character used as separator of the arguments of a subroutine.
| |
| FS |
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
| |
| FS_chr |
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
| |
| FS_str |
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
| |
| LF |
ASCII character line break.
| |
| LF_chr |
ASCII character line break.
| |
| LF_str |
ASCII character line break.
| |
| RS |
ASCII character used by Linkar as separator of items in lists. For example, list of records.
| |
| RS_chr |
ASCII character used by Linkar as separator of items in lists. For example, list of records.
| |
| RS_str |
ASCII character used by Linkar as separator of items in lists. For example, list of records.
| |
| TAB |
ASCII character horizontal tab.
| |
| TAB_chr |
ASCII character horizontal tab.
| |
| TAB_str |
ASCII character horizontal tab.
|