Skip to content

Instantly share code, notes, and snippets.

@hpcorona
Created October 28, 2011 21:22
Show Gist options
  • Save hpcorona/1323599 to your computer and use it in GitHub Desktop.
Save hpcorona/1323599 to your computer and use it in GitHub Desktop.
Template is string = [
Hi Mr. %1, Your product %2 has ben fixed!
]
Email is string = StringBuild(Template, Customer.Name, Product.Name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment