Hello!
I come here with a tricky question and I do not know how to code it at all.
First off, I am coding in Visual Studio 2010 C# Windows Forms Application
I need someone to help me code the following example:
I have a text file which includes only 3 numbers;
0.625"0.04"1
The textfile is in a different position than the .exe, actually in a folder inside another folder next to the .exe.
I want to read those lines and be able to use them as I will calculate stuff from it, from this example I would use those numbers as:
0.625 / (1 - 0.04) which would give me 0.625 / 0.96 = 0,651xxxxxx
and being able to write that answer in a textbox.
To sum things up..
Read from Text file, giving different value for each number (until hit QUOTE), use the new values to calculate, write out the answer in a textbox.
It is probably much to ask, but it would help me a lot!
I hope you can help me! Ask any question Please ask. Thanks