Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //what I need to do
  2. var Clipboard =JSON.parse(app.paste());
  3.  
  4. //example of what i am looking for
  5. /*var Clipboard = {jobNumber: "8675309",
  6. accountName: "sample Account Name",
  7. tentSize: "10X10 logoTENT",
  8. roof_color: "DarkBluePoly"
  9. };*/
  10.  
  11. //example of what the clipboard data is used for
  12. var folder = new Folder(
  13. "~/desktop/" + Clipboard.accountName + " " + Clipboard.jobNumber
  14. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement