API Reference > Extension Classes > ExServices Classes > ExEdInputParser Class > ExEdInputParser Methods > ExEdInputParser::addChar Method
ExEdInputParser::addChar Method
Syntax
C++
bool addChar(OdChar ch);
Parameters 
Description 
OdChar ch 
[in] Character to append. 

Appends the specified character to the result buffer of this InputParser object.

Returns true if and only if the character has been appended. 

Characters will be appended to the result buffer of an InputParser object until either 

  • A 'r' or 'n' character is encountered.
  • A ' ' or 't' charactered is encountered outside a quoted or parenthesized string, and allowSpaces is false.
 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.