Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 575fd85

Browse files
authored
Merge pull request #1646 from livecode/bugfix-19967
[[ Bug 19967 ]] Use new send command form to fix message box issues
2 parents 77af8a2 + d11b384 commit 575fd85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11407,8 +11407,7 @@ command ideDoMessage pScript, pDebugMode, pObject
1140711407
if pObject is empty then
1140811408
put the long id of this card of this stack into pObject
1140911409
end if
11410-
send "-- execute in object context" & return & \
11411-
pScript to pObject
11410+
send script pScript to pObject
1141211411
end if
1141311412
catch tScriptError
1141411413
end try

notes/bugfix-19967.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix second parameter evaluation for script in message box

0 commit comments

Comments
 (0)