> On Dec 17, 2024, at 7:07 PM, Roger Guay via use-livecode 
> <use-livecode@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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to