Hi,
New to apple scripting and hoping to get some advice on a Syntax error I'm getting in some code;
Expected end of line, etc. but found identifier.
set svgFile to export myDoc to file ((path to desktop as string) & "clipboard.svg") as SVG with options ¬
{sVGAutoKerning:false, sVGIncludeFileInfo:false, sVGIncludeUnusedStyles:true, sVGObjectIDPrefix:""}
set activePresentation to active presentation
set activeSlide to slide selection of slide view of active window of activePresentation
The highlighted section in the error is myDoc, presentation and selection
Any guidance on what's causing this would be greatly appreciated.
Thanks