How can i make a program that will read a text file (.txt) and save each seperate line as a variable?
e.g.
Text File:
Hello
My
Name
Is
Haxaro
would be saved in the program as variables as:
A = Hello
B = My
C = Name
D = Is
E = Haxaro
Thanks!
e.g.
Text File:
Hello
My
Name
Is
Haxaro
would be saved in the program as variables as:
A = Hello
B = My
C = Name
D = Is
E = Haxaro
Thanks!