Do AppleScript incomplete typing

Bill Vlahos bvlahos at mac.com
Tue Mar 4 19:00:20 EST 2025


Bernd,

This syntax doesn’t work.

set the itemDelimiter to tab

put "tell application " & quote & "System Events" & quote & return &\

"keystroke " & quote & item 1 of field "Reference" & quote & return &\

"delay 1 " & quote & return &\

"end tell" into AScript

putText AScript



How do I include the delay 1?



Thanks,

Bill Vlahos




> On Mar 3, 2025, at 11:44 AM, Niggemann, Bernd via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi Bill,
> 
> have you tried to add a delay to the AppleScript?
> 
> delay 1
> 
> Kind regards
> Bernd
> 
> _______________________________________________
> 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