Datagrid column of data with trailing spaces

J. Landman Gay jacque at hyperactivesw.com
Mon Jul 14 17:20:16 EDT 2014


On 7/14/2014, 3:56 PM, Magicgate Software - Skip Kimpel wrote:
> Good afternoon,
>
> I have a datagrid and column 1 has trailing spaces in the data items that I
> need to get rid of.  The number of trailing spaces is never
> consistent.  Once again, I think regex will be my friend / worst enemy :)
>
> Suggestions on how to do this effectively?

No regex needed:

  put word 1 to -1 of line x into...

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list