string FileReadToken(int file)
This works like GetToken. Each time you call this, it will return a string using whitespace as a token delimiter. It automatically increments which token it will return, so calling it repeatedly will return a sequence of strings.
int thefile = loadfile("stuff.txt"); log(filereadtoken(thefile));
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |