
Nicholas S. answered 07/03/19
Robotics Software Engineer
So if I understand your problem correctly.... you get and xml in some kind of format that has value, operator and condition, you want to parse out the operator to use in a logical condition. Like what you said:
<Value = "Object1.Value" Operator = ">" Condition = "0"/>
Now what I do not understand is why you think you can't. It is a simple parse function that you would have to write to accomplish that. If you are asking if there is a built in one, I would say no, but it would be easy to write one, especially if the format is known. I cant read your code in the paragraph format that well so I really do not know what you are trying to accomplish completely.