Share via

I need to contact Kimberly Olaño about using AppleScript to merge multiple files into one.

Stephen Margulis 20 Reputation points
2026-02-22T22:27:19.0766667+00:00

I need to contact Kimberly Olaño about using AppleScript to merge multiple files into one. When I ran her program in AppleScript, there was an error message, "Syntax Error." "Expected end of the line but found identifier." What advice can she provide to get the program to work?

******@gmail.com

Microsoft 365 and Office | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-22T22:27:28.9266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To address the "Syntax Error" in your AppleScript, it’s important to check the syntax of the script you are trying to run. The error message "Expected end of the line but found identifier" indicates that there may be a missing element or incorrect formatting in your script. Here are some general tips to troubleshoot and resolve the issue:

    1. Check for Missing Characters: Ensure that all necessary characters, such as parentheses, commas, and quotation marks, are correctly placed and not missing.
    2. Review the Script Structure: Make sure that the script follows the correct structure and syntax for AppleScript. Each command should be properly formatted.
    3. Use Comments: If your script is long, consider commenting out sections to isolate the part that is causing the error. This can help you identify where the issue lies.
    4. Test in Smaller Parts: Break down the script into smaller parts and run them individually to see which part is causing the error.
    5. Consult Documentation: Refer to AppleScript documentation or resources for guidance on specific commands and their syntax.

    If you can share the specific line of code that is causing the error, Kimberly Olaño may be able to provide more targeted advice.


    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.