M
mp
Hi
looking for equivalents to vb6 instr and Mid$
been looking through the help but haven't found it yet, will keep looking
but if anyone feels like offering a tip of where to look?
I want to find a substring inside a string, for example
string = "the brown fox"
string2 = .After("the") and .Before ("fox") = "brown"
how to implement After and Before is what i'm looking for
thanks
mark
looking for equivalents to vb6 instr and Mid$
been looking through the help but haven't found it yet, will keep looking
but if anyone feels like offering a tip of where to look?
I want to find a substring inside a string, for example
string = "the brown fox"
string2 = .After("the") and .Before ("fox") = "brown"
how to implement After and Before is what i'm looking for
thanks
mark