How to Return the Exponent
Roger Guay
irog at mac.com
Thu Dec 19 15:01:33 EST 2024
Thank you, Dick. Item 2 does indeed work and makes total sense
Roger
> On Dec 19, 2024, at 10:41 AM, Dick Kriesel via use-livecode <use-livecode at lists.runrev.com> wrote:
>
>
>
>> 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
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list