/* PrintVariables Decodes the Form data block variables in the In argument (which are in the format key1=value1&key2=value2&...) and returns them in a nicely formatted HTML string. Example: SAY PrintVariables(GETENV('QUERY_STRING')) */ PrintVariables: PROCEDURE; PARSE ARG In n='0A'X; /*Newline*/; Out=n||'