Simple Yaml Parser


Yaml parser will read a file or text and create a database from it. You can read and write values and keys and save the database back to a file later.

Use Yaml parser instead of Ini. Easier to read and use while having more features trough simple dotted syntax.

Parameters

Easier than Ini

Yaml has got simple syntax and is much easier to read than Ini files while being more flexible.

More than Ini

Yaml gives more options to save settings and other data for your script or anything else.

Return Value

None.

Remarks

Not all Yaml features are supported.

Related

Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist, Yaml_Save

Example

; None.