Connecting Tech Pros Worldwide Help | Site Map

What are the method of storing data in looping and array?

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: 3 Weeks Ago
Design a suitable record structure for storing, as a serial file:
The data required to retrieve each stored document.
The means to optionally add comments.
Newbie
 
Join Date: Oct 2009
Posts: 28
#2: 3 Weeks Ago

re: What are the method of storing data in looping and array?


Time to use the help files and/or the web to look up the following...

FreeFile Function
Open Statement
Input Function
Line Input Function
Close Statement

Arrays
Redim {Preserve}



Good Luck
Reply