I'm trying to do some interesting things that require me to know the exact
character position offset within a line in a field. Is this possible right
now in Rev? I can use the selectedLine to get the line number, but the
selectedChunk returns characters from the beginning of the field.

Is there a way for me to get the character offset to the beginning of a line
easily?  Note: I don't want to do something like

    offset(the value of the selectedLine, fld "foo")

because this can return false positives and can end up being extremely slow
when working in large files.

Thanks for any thoughts/suggestions!

Jeff M.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to