>> 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
It might if the textBlock used a single character delimiter (such as a comma), but I need to get the next-to-last itemOffset of a chunk. Thanks for the suggestion though. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
