February 7, 200620 yr Newbies Hello, This should be an easy one....I am trying to setup a mapquest link into an existing FM8 database. The address are entered using spaces, I need to replace spaces with the "+" so I can create the correct URL string automatcially. Any help would be gretaly appreciated!
February 7, 200620 yr Not sure how the text is going to be entered of why there would be spaces but if its a simple substitution of the space chracter for the '+' symbol then... Take a look at the Substitute () function. Substitute ( URL_raw ; " " ;"+" )
Create an account or sign in to comment