Hi,
I've a string which is surrounded by # and I want to get value within this character.
for example, my string is dd#1234abc#efg and I want to extract value 1234abc from it.
There is no positioning for the string so can't get value between (for instance) 3rd and 11th position but it will always be surrounded by #.
please can you help?
thanks