CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 17

Threaded View

  1. #1
    Join Date
    Nov 2005
    Posts
    56

    reading text file

    hey people,

    i have no basic idea of reading from a text file .. anyone has any gd websites or can anyone give me a simple run through? i got my textfile as such

    4140483656|2|4140483656|232|12/10/2005|2005102|SGD|Credit|70.00|
    4141838597|1 2|4141838597|037|12/10/2005|2005102|SGD|Credit|1,269.00|
    4141837031|1 2 3 4|4141837031|618|13/10/2005|2005102|SGD|Credit|7,836.00|
    4140500984|1 2|4140500984|160|13/10/2005|2005102|SGD|Cash|458.00|
    4141817093|3|4141817093|618|13/10/2005|2005102|SGD|Credit|690.00|
    <-needed->|<-not needed--->|<-needed->|<-----not needed--------->|


    necessary fields are separated by |

    anyone can help?
    Last edited by Toracle; November 24th, 2005 at 08:21 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured