Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <cfscript>
  2. queryParams = createObject( "java", "java.util.LinkedHashMap" ).init();
  3. queryParams.put( "test", true );
  4. writeDump( queryParams );
  5. </cfscript>
  6. <cfoutput>
  7. #queryParams.test#
  8. </cfoutput>
Add Comment
Please, Sign In to add comment