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

Commit f632940

Browse files
Merge pull request #1661 from livecode/merge-release-8.1.5_07.07.2017
Merge release 8.1.5 07.07.2017
2 parents 2014bd4 + 7660e1e commit f632940

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
@@ -11403,8 +11403,7 @@ command ideDoMessage pScript, pDebugMode, pObject
1140311403
if pObject is empty then
1140411404
put the long id of this card of this stack into pObject
1140511405
end if
11406-
send "-- execute in object context" & return & \
11407-
pScript to pObject
11406+
send script pScript to pObject
1140811407
end if
1140911408
catch tScriptError
1141011409
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)