Hi,
Please help
problem 1 :
I have a text file.
In this file, there are numbers.
Each line is one number, a float.
I can read these numbers but only as text.
That should not be a problem but, I need this floats as floats.
Normally, in VB, I use csng(mystring) and it's ok.
problem 2 :
When I will be able to have my floats as floats,
I want to use Array As Float (my_float_1_in_my_txt, my_float_2_in_my_txt, my_float_3_in_my_txt, my_float_4_in_my_txt,my_float_1_in_my_txt...................)
But I can not find the way to put all these floats from my txt in this array.
Please help
problem 1 :
I have a text file.
In this file, there are numbers.
Each line is one number, a float.
I can read these numbers but only as text.
That should not be a problem but, I need this floats as floats.
Normally, in VB, I use csng(mystring) and it's ok.
problem 2 :
When I will be able to have my floats as floats,
I want to use Array As Float (my_float_1_in_my_txt, my_float_2_in_my_txt, my_float_3_in_my_txt, my_float_4_in_my_txt,my_float_1_in_my_txt...................)
But I can not find the way to put all these floats from my txt in this array.