![]() |
MKI_TOKEN_DATA (Basic Classes) Changed in Version 2014.0 |
www.CAD6.com |
C++ Syntaxclass MKI_TOKEN_DATA { public:
char m_szNewline[4], m_chComma, m_chSemi, m_chColor, m_chEscape, m_chString, m_chKeyword, m_chComment;
void Init( void ); };
This structure contains a set of options for text-based file I/O operations.
Element DescriptionNewline [char[4]] This text is used when a new line inside a text file is started. The default value of Newline is MKI_MKD_NEWLINE (sequence Ansi 13, Ansi 10, Ansi 0). Comma [char] This character is used to separate single values (sometimes referred to as "field separator"). The default value of Comma is MKI_MKD_COMMA (Ansi 44). Semi [char] This character is used to separate value sets (sometimes referred to as "record separator"). The default value of Comma is MKI_MKD_SEMI (Ansi 59). Color [char] This character is used to separate the three single values of color descriptions. The default value of Color is MKI_MKD_COLOR (Ansi 47). Escape [char] This character is used to encode control characters inside a quoted text. The default value of Escape is MKI_MKD_ESCAPE (Ansi 92). String [char] This character is used to delimit texts. The default value of String is MKI_MKD_STRING (Ansi 34). Keyword [char] This character is used to delimit keywords. The default value of Keyword is MKI_MKD_KEYWORD (Ansi 61). Comment [char] This character is used to delimit comments. The default value of Comment is MKI_MKD_COMMENT (Ansi 124).
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH