On 3/8/21 4:25 PM, HENRY LOWE via use-livecode wrote:

My code is trying to do the following:

No, I *do* see what you're trying to do.
Here... try it for yourself:

on mouseUp pMouseBtnNo
   local tArray

   put "hello" into tArray["status"]
   put tArray["status"] is an array into msg # false
   breakpoint
   put tArray["status"]["text"] is an array into msg # false
   breakpoint
   put "goodbye" into tArray["status"]["text"]
   put tArray["status"] is an array into msg # true
   breakpoint
   put tArray["status"]["text"] is an array into msg # false
   breakpoint
end mouseUp

...or Ralph's version will also do the trick.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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