Click here to Skip to main content
15,916,601 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: changing code to add subs and to call on subs Pin
Nadroj26-Mar-04 4:47
Nadroj26-Mar-04 4:47 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 5:09
ibok2326-Mar-04 5:09 
GeneralRe: changing code to add subs and to call on subs Pin
Nadroj26-Mar-04 6:45
Nadroj26-Mar-04 6:45 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 9:21
ibok2326-Mar-04 9:21 
GeneralExceptions or Return Values Pin
Anonymous25-Mar-04 10:48
Anonymous25-Mar-04 10:48 
GeneralRe: Exceptions or Return Values Pin
Pradeep C27-Mar-04 5:44
Pradeep C27-Mar-04 5:44 
QuestionHow do I delete data?? Pin
Pugzley25-Mar-04 2:14
Pugzley25-Mar-04 2:14 
AnswerRe: How do I delete data?? Pin
Dave Kreskowiak25-Mar-04 4:15
mveDave Kreskowiak25-Mar-04 4:15 
Using a text file, it's a pain in the butt.

What you have to do is, literally, rewrite the text file.
1) Open the text file you have -> we'll call it source.txt
2) Open a second text file -> we'll call it target.txt
3) Read a line from source.txt
4) Is this the line you want to delete?
No -> Write this line to Target.txt
5) Read the next line from source.txt until you reach the end of the file.
6) Close both files


RageInTheMachine9532
GeneralRe: How do I delete data?? Pin
Pugzley25-Mar-04 17:35
Pugzley25-Mar-04 17:35 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak26-Mar-04 3:02
mveDave Kreskowiak26-Mar-04 3:02 
GeneralRe: How do I delete data?? Pin
Pugzley28-Mar-04 13:34
Pugzley28-Mar-04 13:34 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak28-Mar-04 15:00
mveDave Kreskowiak28-Mar-04 15:00 
GeneralRe: How do I delete data?? Pin
Anonymous28-Mar-04 21:55
Anonymous28-Mar-04 21:55 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak29-Mar-04 1:48
mveDave Kreskowiak29-Mar-04 1:48 
GeneralRe: How do I delete data?? Pin
Anonymous29-Mar-04 3:46
Anonymous29-Mar-04 3:46 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak29-Mar-04 4:06
mveDave Kreskowiak29-Mar-04 4:06 
GeneralRe: How do I delete data?? Pin
Anonymous29-Mar-04 13:28
Anonymous29-Mar-04 13:28 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak29-Mar-04 17:11
mveDave Kreskowiak29-Mar-04 17:11 
GeneralRe: How do I delete data?? Pin
Pugzley29-Mar-04 17:42
Pugzley29-Mar-04 17:42 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak30-Mar-04 0:57
mveDave Kreskowiak30-Mar-04 0:57 
GeneralRe: How do I delete data?? Pin
Pugzley1-Apr-04 13:51
Pugzley1-Apr-04 13:51 
GeneralRe: How do I delete data?? Pin
Dave Kreskowiak2-Apr-04 2:58
mveDave Kreskowiak2-Apr-04 2:58 
GeneralRe: How do I delete data?? Pin
Pugzley4-Apr-04 15:23
Pugzley4-Apr-04 15:23 
GeneralStoring Complex Mathmetical Equations in Database Pin
Syed Usman24-Mar-04 23:08
Syed Usman24-Mar-04 23:08 
GeneralProblem about Animation Pin
ngjeffy24-Mar-04 22:31
ngjeffy24-Mar-04 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.