text parse. What's so vague about that. I want to have a file. I want to pass that file through my program and interpret the symbols in the file for different commands and functions.
so maybe ^300, 36 would be a Message to click at 300, 36.
I'm trying my best to clear it up here.
Remember what you said before appalsap? When i released my AC?
Edit:
Ok so say i have a file that simply read * 300 400
Would i put that line in a buffer and put the first char through a switch for the symbol.
if(buf[0] == *)
{
//parse the buffer until a space
//put those numbers in an int
//repeat for both numbers
//Post the message for clicking
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum