Peter T. Evens originally wrote:
> Is there another way to isolate the decimal portion?
>
On 5/20/06, Scott Rossi <scott at tactilemedia.com> wrote:
Here's one way (I bet there are more):
>
> get char offset(".",tNumber) to -1 of tNumber
set the itemDelimiter to "."
--item 1 is the integer
--item 2 is the decimal
I love Revolution's chunk expressions:-)