Skip to content

Instantly share code, notes, and snippets.

@eliotharper
Created August 16, 2016 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliotharper/bed49a1cf0084c71d32f357aa1816d05 to your computer and use it in GitHub Desktop.
Save eliotharper/bed49a1cf0084c71d32f357aa1816d05 to your computer and use it in GitHub Desktop.
<script runat='server'>
Platform.Load('Core','1.1.1');
try {
</script>
%%[
var @Id
set @Id = foo
]%%
<script runat='server'>
}
catch(e) {
write(Stringify(e));
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment