In a const parser you have to call the according method of xState |
Top Previous Next |
Messages > In a const parser you have to call the according method of State
If the const option is set in the project options, plugin methods cannot be called directly. Instead, you have to call them as methods of xState.
Example:
instead of
str s = AddToken("Print". "USERFUNCTION");
you have to write
str s = xState.AddToken("Print". "USERFUNCTION");
|
This page belongs to the TextTransformer Documentation |
Home Content German |