newbie.....how to search a string.
Hi i am trying to build a magic app
need to know how i can search for a string for 2 dots "."
if succesful. i need to copy the characters between the 2 dots to another one.
for example if the actual string is " abcdef.1234abcd.1a2b"
i need to copy the chars within the 2 dots to another string. so my new string should be "1234abcd".
is there anyway i can do this.
|