PDA

View Full Version : EXTRACT$



catventure
02-09-2008, 17:00
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

ErosOlmi
02-09-2008, 17:12
I'm checking ...

ErosOlmi
02-09-2008, 17:44
Sorry catventure.
I completely missed the starting position parameter.

Please find attached a fixed thinCore.dll to be used only with thinBasic preview version 1.7.0.0

Excuse me.
Eros

catventure
02-09-2008, 20:10
Please find attached a fixed thinCore.dll to be used only with thinBasic preview version 1.7.0.0


Thanks for speedy fix. Now works good.

catventure.