Greetings!
I'm having a few problems with parsing. I've a handful of lines similar to this one:
"You earn 58 experience points and find 43 gold pieces."
...that I'm attempting to parse. I'd like to end with two variables after parsing this line:
XP&=58
GP&=43
What's the easiest way to pull a variable number from this set sentence?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
I'm having a few problems with parsing. I've a handful of lines similar to this one:
"You earn 58 experience points and find 43 gold pieces."
...that I'm attempting to parse. I'd like to end with two variables after parsing this line:
XP&=58
GP&=43
What's the easiest way to pull a variable number from this set sentence?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
Comment