Skip to content

Instantly share code, notes, and snippets.

@kbens
Created April 11, 2014 14:11
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 kbens/10472088 to your computer and use it in GitHub Desktop.
Save kbens/10472088 to your computer and use it in GitHub Desktop.
PeopleCode Example
Local Record &rRecord = CreateRecord(Record.RECORD);
Local SQL &SQL = CreateSQL("SELECT * FROM PS_RECORD");
While &SQL.Fetch(&rRecord)
/**/
End-While;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment