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.
Here are two scripts on thwack that do something simillar in two different ways:
http://thwack.solarwinds.com/docs/DOC-63862
http://thwack.solarwinds.com/docs/DOC-125653