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-)>

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to