
PSUDOCODE HELP >>>>>>>>>>>
Quote:
> Could anybody please help me out... would anyone know the what the code in
> Psudocode would be to extract specific data from a file and put it into an
> array of records ???
It would help to know what "specific data" means and what type of file but
generically:
open file
while not end of file
search for data
if found
store to array
endif
end while
close file
Tom Leylan
www.leylan.com