Created
October 28, 2011 21:22
-
-
Save hpcorona/1323599 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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