gorepj
gorepj
Good morning I have come across a bug in my use of Neslib.Yaml When a node contains more than 10 child nodes The AddOrSetValue function incorrectly Updates value in the...
Hello The notes say "An anchor can be used to mark a node in the document. You can then later refer back to this node using an alias." How do...
Why/How does this assignment work? var MyYAMLNode: TYAMLNode; //Line 1 var iValue: integer = MyYAMLNode; //Line 2 var sValue: string = MyYAMLNode; //Line 3 With records that I declare line...