I'd like to know how I can use regexp or Mid(),Instr() to save some text between tags to a field in a database. For example:
src=192.168.0.1, srcname=etcetc
I want only 192.168.0.1 out from the text, but the ipadress can change.
I'd like to know how I can use regexp or Mid(),Instr() to save some text between tags to a field in a database. For example:
src=192.168.0.1, srcname=etcetc
I want only 192.168.0.1 out from the text, but the ipadress can change.