Delete columns... How?

JB sundown at pacifier.com
Fri Aug 29 12:05:09 EDT 2014


I knew someone had a better way.

thank you.

John Balgenorth


On Aug 29, 2014, at 9:06 AM, Peter Haworth <pete at lcsql.com> wrote:

> Sometimes I dream of:
> 
> delete column 3 of line 1 to -1 of tVar
> 
> Pete
> lcSQL Software <http://www.lcsql.com>
> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
> 
> 
> On Fri, Aug 29, 2014 at 2:33 AM, FlexibleLearning.com <
> admin at flexiblelearning.com> wrote:
> 
>> Related problem to 'join columns': How to delete a column of data?
>> 
>> This fails...
>> 
>> on mouseUp
>>  get fld 1
>>  split it by column
>>  delete local it[2]
>>  combine it by column
>>  put it into fld 2
>> end mouseUp
>> 
>> It seems that 'combine by column' requires the same number of array keys as
>> the original data set.
>> 
>> Hugh Senior
>> FLCo
>> 
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list