How to Return the Exponent

Dick Kriesel dick.kriesel at mail.com
Thu Dec 19 13:41:52 EST 2024



> On Dec 17, 2024, at 7:07 PM, Roger Guay via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Oops. I take it back. It does not work.
> 
> 	set the itemDel to “^"
> 	put char 3 of word 2 of "((1234…)^1/x)”
> 
> returns blank
> 
> Bummer!

Hi, Roger. 

word 2 of "((1234…)^1/x)" is empty because the word delimiter is space.  Try "item 2" instead.

— Dick


More information about the use-livecode mailing list