C
Chris Calzaretta
Hello Everybody,
Question
instr function will give you the first instance of the finding
so EX:
so your string looks like
string1 = "testing>This is > just a test > testtesttest"
instr(string1,">")
so instr will give me a 8 as a return item
i need to get the last instance
Easy way to do this.
Thanks
Chris
Question
instr function will give you the first instance of the finding
so EX:
so your string looks like
string1 = "testing>This is > just a test > testtesttest"
instr(string1,">")
so instr will give me a 8 as a return item
i need to get the last instance
Easy way to do this.
Thanks
Chris