CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Eagle4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,142

    Re: Classification

    Thank you very much!! Now it works great with case statement!
    My previous code works fine only for the first line , not for the second,third etc...
    Thanks once again!
  2. Replies
    2
    Views
    1,142

    [RESOLVED] Classification

    Hello there!
    I am trying to make a programm that classifies data , but i don't get the right result.

    Here is my code :


    Open "C:\Temp\data1.txt" For Input As #3
    Open "C:\Temp\data2.txt" For...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured