s = EXTRACT$([Start,] MainString, [ANY] MatchString [, CaseSensitive])

Hi Eros,

Something changed with EXTRACT$ and its affecting my parser in TAB...

verb(5)="/look/desc/r/"

Player types "look"

gverb = EXTRACT$( 2, verb( 5 ), "/" )

gverb should contain string "look" but it contains "/look" and is printed in TAB Player richedit as "/look"

Has syntax changed in latest preview or is something wrong?

Thanks,
catventure