ClearIterator
This method resets iterators that have already been used so that they can be used again the next time the program is run.
Syntax
METHOD ClearIterator : BOOL
VAR_INPUT
it : SXmlIterator;
END_VAR
Return value
Name | Type |
---|---|
ClearIterator | BOOL |
Inputs
Name | Type |
---|---|
it | SXmlIterator |
Sample call:
bResult := fbXml.ClearIterator(xmlIt);
Requirements
TwinCAT version | Hardware | Libraries to be integrated |
---|---|---|
TwinCAT 3.1, Build 4024.56 | x86, x64, ARM | Tc3_JsonXml 3.4.5.0 |