URLVariables Order of Data

Hey guys/gals,
I’m sending some data through an instance of URLVariables. I define it in a loop but basically it goes like this:

Name=“blah”;
E-Mail="blah@blah.com";
Phone=“1223”;
Comments=“blahblahblah”;

thats the order the data goes in. However, when I trace the URLVariables, the order is totally not the same as the way it went in. How does URLVariables determine the output string and its ordering of the variables that were passed in? And is there any way to control this to just output it the way they came in?