On 8/22/03 1:51 PM, "Nicholas Riley" <njriley at uiuc.edu> wrote:
> set newRow to make new row at end of children of theParent with
> properties {topic:theDate}
> my fixFont(newRow)
> move newRow to after theRow
Or just:
set newRow to make new row at after theRow with properties {topic:theDate}
my fixFont(newRow)
Mike