Yaml_Set can be used to set a value for a key in a database.
Yaml_Set(pYaml, Key, Value)
Parameter | Description |
pYaml | This is the pointer previously returned from Yaml_Init(). |
Key | Key to set value for. You can use dot syntax as well. |
Value | Value to store for above key. |
None.
None.
Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist, Yaml_Save
; None.