PDA

View Full Version : extracting string between delimiters


Veerugadde
21st May 2007, 16:38
hello,

I am stuck with simple logic as how to extract the string between 2 delimiters.

I am doing IP address check within in the installer to verify the user is within our domain. As per one of the member suggestion in my previous post , trying to split ip address using the wordfind. Here i got simple doubt as how to get the number between 2 delimiters(192.168.97.6)such as 168 in the example.

thanks,

Veerugadde
21st May 2007, 16:42
Sorry. i got the answer.