That was wrong.  It should be,  But it does
not give me a whole table.

on mouseUp
  put fld id 1056 into intoThisTable
  split intoThisTable by column
    put intoThisTable[4] into dataToInsert
  put insertAsColumn (3, dataToInsert, intoThisTable) into newTable
  put newTable into fld id 4738
end mouseUp
On Aug 28, 2014, at 2:49 PM, JB <sund...@pacifier.com> wrote:

> on mouseUp
>   put fld id 1056 into pData
>   split pData by column
>     put pData[4] into dataToInsert
>   put insertAsColumn (3, dataToInsert, intoThisTable) into newTable
>   put newTable into fld id 4738
> end mouseUp

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to