In transitionning from Pan 6 to Pan X I have a procedure that works perfectly well in Pan 6 but does not work in Pan X.
I suspect that it may have something to do with ASCI Characters in Pan 6 to Unicode.
The procedure takes data copied from my browser that simply copies company details that Google offers when you search for a Company address and other details. I then paste it into the database and the fields of Company Name, Address, and phone number are automatically propegated to the correct fields.
An example is below. If I copy it it gets all messed up in this Topic.
BUT, if I first past the data into a text document using “Paste As —Unformated Text”, then copy that back to the clipboard, I can use the same procedure in Pan X and it works flawlessly.
This is what the data looks like after the “Paste As —Unformated Text”, then copied back to the clipboard.
-------------------------------------------------------- To delineate what data looks like.
Marketon
Food Market
Marketon operates 5 full line supermarkets in the neighboring state of Nevada, with 4 stores in Las Vegas and 1 store in Reno.
Website
Directions
Call
Address: 2475 E Tropicana Ave, Las Vegas, NV 89121, United States
Phone: +1 702 942 8000
I have tried striptoalpha( and striphtmltags( but that does not solve the issue.
Is there a function in Pan X that can do the equivalent of taking data from a Web Browser and reformatting it like it was pasted as a “Paste As --Unformatted Text” and then copied?
Thanks.
George