PSUDOCODE HELP >>>>>>>>>>> 
Author Message
 PSUDOCODE HELP >>>>>>>>>>>

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 ???

I woudl really need this
pleasse help
thanx ... : )



Tue, 08 Jun 2004 13:50:10 GMT  
 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



Tue, 08 Jun 2004 23:12:01 GMT  
 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 ???

> I woudl really need this
> pleasse help
> thanx ... : )

When's the assignment due?


Wed, 09 Jun 2004 00:18:12 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. <<<<<<<<ComboBox>>>>>>>>>>>>

2. using The Shell Command >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

3. >>>>>>While Not rst.EOF

4. >>>>> Serial Communications

5. VB5 >>>>> Academic Version

6. <<<<HELP- OLE container Control>>>>>>>>>

7. !!! URGENT HELP REQUIRED !!!>>>>>>>>

8. Please Help --------->>>>AppLink Problem

9. >>>> HELP WITH RUNTIME FILES

10. >>>> Tab Key --- Please Help

11. >>= bitwise operations >>

12. VB3 ->->->->VBDOS??

 

 
Powered by phpBB® Forum Software