I get the output (f.i) from the MUD:
"This fox jumps over the (mob)lady" or then perhaps
"This lady jumps over the (mob) fox"
or whatever such - the main thing is that the string "(mob)" comes immidiately before the word I am looking for ("fox" or "lady").
Now, howto get into a variable (called 'target') the string "lady" or the string "fox". It seems that I got to search for the string "mob" and place the following word in the variable. My question is, how do I acchieve this.
Rgds.
// Eloge
"This fox jumps over the (mob)lady" or then perhaps
"This lady jumps over the (mob) fox"
or whatever such - the main thing is that the string "(mob)" comes immidiately before the word I am looking for ("fox" or "lady").
Now, howto get into a variable (called 'target') the string "lady" or the string "fox". It seems that I got to search for the string "mob" and place the following word in the variable. My question is, how do I acchieve this.
Rgds.
// Eloge