hi guys, i have this ergent problem: i read in a line from a file, and i want only part of it, how do i split the line that i just read?
so here is the code:
buf = file.ReadLine
lets say the line is "Hello everybody here", so now buf is that line. but how do i get "Hello"...