14.05.2010, 17:08
Hi.
I know a bit about dini_Set, but i'd like to know some more.
I have several created objects.
and these objects has a status:
Status = 0
Status = 1.
Is it possible to have these objects placed into a file, with their current status?
Something like:
etc etc
I know i am missing something, but i'm not quite sure of what i am missing.
Any help appreciated.
I know a bit about dini_Set, but i'd like to know some more.
I have several created objects.
and these objects has a status:
Status = 0
Status = 1.
Is it possible to have these objects placed into a file, with their current status?
Something like:
Код:
[This is a command] Object1 = CreateObject blabla Status = 0; dini_Set("/Status.txt", Object1, Status);
Код:
[In file Status.txt] Object1, 0 Object2, 1 Object3, 1 Object4, 0..
I know i am missing something, but i'm not quite sure of what i am missing.
Any help appreciated.