Skip to content

Instantly share code, notes, and snippets.

@mccabe615
Created February 7, 2014 11:13
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 mccabe615/8860891 to your computer and use it in GitHub Desktop.
Save mccabe615/8860891 to your computer and use it in GitHub Desktop.
Parameters2
if (toolFlag == 32 messageIsRequest !sig_param.equals(null))
{
String param1 = helpers.getRequestParameter(request_byte, "param1").getValue();
String param2 = helpers.getRequestParameter(request_byte, "param2").getValue();
String param3 = helpers.getRequestParameter(request_byte, "param3").getValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment