SoFunction
Updated on 2025-04-12

Practical easy language reading and writing configuration

Text information

 [Scientific Knife]
 name=Ashe
 index=2

operate

Write configuration items (Edit box3.content + “/Game/”, “Scientific Knife”, “name”, Edit box2.content)
X = Read configuration items (Edit box3.content + “/Game/”, “Scientific Knife”, “name”, )
Output debug text (X)
Write configuration items (Edit box3.content + “/Game/”, “Scientific Knife”, “index”, Edit box1.content)
X = Read configuration items (Edit box3.content + “/Game/”, “Scientific Knife”, “name”, )
Output debug text (X)

The above is the relevant example code content of Easy Language Reading and Writing. Thank you for your support.