Re: What's with the spaces?

2013-06-26 Thread Paul Maguire
I noticed this too. The workaround for me was to kill them with a little function to delete junk characters. Or alternatively copy and paste into BBEdit, then copy and paste from there. Ack. Kind regards, Paul. ___ use-livecode mailing list

What's with the spaces?

2013-06-25 Thread Paul Foraker
A couple of days ago, I noticed that when I copied a cell from Excel and pasted it into a field in LiveCode (4.6 and 6.0.2), the data got padded with spaces. Not having time to debug it, I passed the data through a trim() function. Today, a script I use to parse text copied from an email into a

Re: What's with the spaces?

2013-06-25 Thread Paul Foraker
Correction, they're not spaces, but are non-breaking spaces (#160) coming from the email (Gmail account open in Chrome). They are spaces (#32) coming from Excel. On Tue, Jun 25, 2013 at 1:02 PM, Paul Foraker p...@whitefeather.com wrote: A couple of days ago, I noticed that when I copied a cell