jan_flanders

Untitled

Jun 11th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <root>
  2. <person facebookid="13"/>
  3. <person facebookid="17"/>
  4. </root>
  5.  
  6. trace(person.facebookid)// [13, 17]
  7.  
  8. //----------------------------------------------
  9.  
  10. <root>
  11. <person facebookid="13"/>
  12. </root>
  13. trace(person.facebookid)// [13]
Advertisement
Add Comment
Please, Sign In to add comment