Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Questions - Read-Only and Word Wrap
#12
XML is readable/editable in a text editor.

ini:
[a]
b=bbbb
c=cccc
[d]
e=eeee

xml:
<root>
<a>
<b>bbbb</b>
<c>cccc</c>
</a>
<d>
<e>eeee</e>
</d>
</root>


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)