Mark, I meant that the command I am calling is able to receive the array
variable via parameter like i said .. i assumed variable name was being
sent as string ..not as variable array and its data.
On Mon, Jul 2, 2018 at 6:10 PM, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wr
On 07/02/2018 02:55 PM, Tom Glod via use-livecode wrote:
I decided to do a test today and sure enough ... the behavior is identical.
They're not identical. The immediate version will invoke TestCommand
during the execution of mouseUp. The 'send in time' version will invoke
TestCommand after
Hi folks,
I've been with LC for 5 years now ...I use the send in time format alot
because i want to keep my interface unblocked.
In this code ...
on mouseUp
local test_array
put "a" into test_array["1"]
put "b" into test_array["2"]
put "c" into test_array["3"]
send "TestCommand