> Is there a way to get the itemOffset starting from the end of a text
> block?
Scott, would this work for you?
function endItemOffset jTargetText,jTextBlock
return (the number of items of jTextBlock) -
(itemOffset(jTargetText,jTextBlock) - 1)
end endItemOffset
Hope it helps --HangTime [Will Compute for Food] B-)>