Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. on run {input,parameters}
  2. set test to container of input -- Can’t make container into type reference.
  3. display dialog test as string
  4. return input
  5. end run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement