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" or "everybody" from buf ? i can't just go for buf[1] as its index, i'm lost, sombody plz help, i need it asap
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" or "everybody" from buf ? i can't just go for buf[1] as its index, i'm lost, sombody plz help, i need it asap