July 19, 200718 yr Hi all. Is there a calculation which is will extract from a URL such as: http://www.mydomain.com/folder1/folder2/page.html the domain only? The result should be like this: http://www.mydomain.com/ I have been searching and trying out some calculations, but unsuccessful. Any help would be great. Greetings Greg
July 19, 200718 yr This came up barely a week ago: http://www.fmforums.com/forum/showtopic.php?tid/188417/
July 19, 200718 yr Author Thanks a lot: Let ( text = MyURL & "/" ; Left ( text ; Position ( text ; "/" ; 1 ; 3 ) - 1 ) ) This works fine for me and does the job! Greetings Greg
Create an account or sign in to comment