join columns
JB
sundown at pacifier.com
Thu Aug 28 17:56:38 EDT 2014
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 <sundown at 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
More information about the use-livecode
mailing list