Posts: 239
Threads: 69
Joined: Jun 2011
What does dini_IntSet Mean?
dini_IntSet(CommandFile, "Announce", 5);
Posts: 53
Threads: 7
Joined: Jun 2010
Reputation:
0
Basically it's setting the Integer "Announce" to 5 inside of the CommandFile.
Posts: 1,564
Threads: 98
Joined: Apr 2011
Reputation:
0
dini_IntSet just inserts a integer (Int) to a file. Like iTz said, in your example it sets the "Announce" to '5'