First: I am new to programming. I have been writing a program as a
teaching tool. I am wanting to save the elements from the below arrays
to a random access file.
DIM propclt$(NumberofProperties%)
DIM propaddress$(NumberofProperties%)
DIM propowner$(NumberofProperties%)
DIM propownermail$(NumberofProperties%)
DIM propownerphone$(NumberofProperties%)
From looking at the help files and various books, I see references to
*reading* random access files but nothing that I have seen directly
refers to writing data from array's to the random access file.
Can anyone please get me back on course...
Thanks for any help provided,
Ray.
------------------
teaching tool. I am wanting to save the elements from the below arrays
to a random access file.
DIM propclt$(NumberofProperties%)
DIM propaddress$(NumberofProperties%)
DIM propowner$(NumberofProperties%)
DIM propownermail$(NumberofProperties%)
DIM propownerphone$(NumberofProperties%)
From looking at the help files and various books, I see references to
*reading* random access files but nothing that I have seen directly
refers to writing data from array's to the random access file.
Can anyone please get me back on course...
Thanks for any help provided,

------------------
Comment