-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a24c6a
commit 80cebf7
Showing
14 changed files
with
7,113 additions
and
5,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Strict | ||
|
||
Import brl.ini | ||
|
||
Function Main:Int() | ||
|
||
Local ini:IniHandler = New IniHandler | ||
ini.Load("setup.ini") | ||
|
||
|
||
ini.WriteStringArray("zArray","string",["entry#1","entry#2","entry#3"]) | ||
ini.WriteIntArray("zArray","int",[1,2,33]) | ||
ini.WriteFloatArray("zArray","float",[1.0,2.0,33,5.123]) | ||
ini.WriteBoolArray("zArray","bool",[True,False,False,True]) | ||
|
||
Print ini.SaveToString() | ||
Return 0 | ||
End |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This is a test | ||
|
||
[config] | ||
installpath=C:\install.txt | ||
screenwidth=1024 | ||
ShowDialog=True | ||
|
||
# Now another section | ||
|
||
[runtime] | ||
growfactor=10.24 | ||
Level=2 | ||
name=Michael Hartlef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.