Posted 04 August 2016 - 03:36 PM
i dont know how to describe this but i have an example file that has this in it:
hello
hi
bye
and I want to read it as separate variables like so
1 = "hello"
2 = "hi"
3 = "bye"
for example
because a,b,c = file.readAll() does not work like that :I
is that possible?
Thank you <3 :)/>
hello
hi
bye
and I want to read it as separate variables like so
1 = "hello"
2 = "hi"
3 = "bye"
for example
because a,b,c = file.readAll() does not work like that :I
is that possible?
Thank you <3 :)/>