Skip to content

Instantly share code, notes, and snippets.

@kbens
Last active March 20, 2017 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kbens/10470343 to your computer and use it in GitHub Desktop.
Save kbens/10470343 to your computer and use it in GitHub Desktop.
String Manipulation in PeopleCode
Local number &Num = 2;
Local string &NumAsString = NumberToString("%03",&Num);
/* &NumAsString will now equal "002" */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment