clipboard issue in Windows?

J. Landman Gay jacque at hyperactivesw.com
Tue Nov 29 22:20:26 EST 2011


On 11/29/11 5:43 PM, Mike Kerner wrote:

> copy char 1 to -1 of field "total" -- doesn't seem to do anything.
>

If you do it that way, you need to select the text first, just as if you 
were doing it manually:

  select char 1 to -1 of fld "total"
  copy

But as was already mentioned, setting the clipboardData is much cleaner.

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




More information about the use-livecode mailing list