Someone posted a similar issue but they were looking to extract a string from the end of a line of text and I need to putll it from the middle and haven't been able to come up with a solution. I am using Crystal XI on Widnows XP Pro. I am trying to pull the name from a URL. The data looks like this
In this example I need to pull the "CMARTY1" from this URL. Mid can get me to the name but the length of the name changes for every user so it would need to dynamically adjust to the length of the users name. "Calendar" DOES always follow the name.
Any ideas would be appreciated
In this example I need to pull the "CMARTY1" from this URL. Mid can get me to the name but the length of the name changes for every user so it would need to dynamically adjust to the length of the users name. "Calendar" DOES always follow the name.
Any ideas would be appreciated