Skip to content

Instantly share code, notes, and snippets.

@camrobert
Created January 6, 2023 09:12
Show Gist options
  • Save camrobert/039abfe909327111d0438bef719d5b64 to your computer and use it in GitHub Desktop.
Save camrobert/039abfe909327111d0438bef719d5b64 to your computer and use it in GitHub Desktop.
Code Snippet
<script runat="server">
Platform.Load("Core","1");
try {
//Do Functions Here
}
catch(error) {
Write('Message: '+ Stringify(error));
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment