From: Jerry L. <jer...@gm...> - 2011-03-27 01:28:36
|
Hi, I understand that rosetta(?) won't be part of 'Lion', effectively killing the classic ppc applications, ie Quicken 2007.. In preparation for this I have written a small Tcl/Tk script that parses OFX files downloaded from my bank and credit card providers into a TkTable object. I can then save the table as a CSV file which can then imported into my Postgresql database. Unfortunately I have to do a fair amount of editing of the data in the table before it is saved as a CSV file. One common action would be to copying a section ( not the whole cell contents) of a cell and pasting it into an insertion point in another cell. It appears to me that one cannot copy ( cmd-c) a 'piece' of a cell and pasting ( cmd-v) always seems to completely wipe out the contents of the target cell... Is there any way I can copy just a section of a table cell? Is there any way I can paste some text into a cell *at* the insertion point? Thanks, Jerry |