Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 PHONE LIST??/:S
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
mtk786




PostPosted: Mon Mar 29, 2004 2:59 pm   Post subject: PHONE LIST??/:S

how do i create a program which will allow me to get data from a text file...for example i want a phone list...i have the data n the numbers saved on a word pad file...so i basically want to make this mouse oriented...i want like to search by name ,number,grade....so if i click name it shld enter name n then allow me to type in the name n then let them search it..n then display its grade name n number...the search options are suppose to be mouse oriented...im a beginnger programmer desperate for help...:S

tnks a lot
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Mon Mar 29, 2004 3:01 pm   Post subject: (No subject)

eh? Confused
code:

var fileStream:int
var temp:string

open : fileStream, "fileName.txt", get

loop
exit when eof(fileStream)
get : fileStream, temp
put temp
end loop
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: