Advertisement
TwentyTwoRound

Untitled

May 4th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var $value:URLVariables = new URLVariables;
  2. var object:Object = new Object;
  3. var object.id = '00125';
  4. var object.user= 'user1';
  5. var object.pass = 'pass1';
  6.  
  7. for (var prop in object) {
  8.     $value[prop] = object[prop];
  9.     trace(prop + ' = ' + object[prop])
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement