Guest User

Untitled

a guest
Oct 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. for(var i:int=0; i<totalCases; i++)
  2. {
  3. for(var j:int=0; j<(cases.tipo[i].cliente.length()); j++)
  4. {
  5. arr_cases.push(new Array(cases.tipo[i].@classificacao,
  6. cases.tipo[i].@img,
  7. new Array(cases.tipo[i].cliente[j].@id,
  8. cases.tipo[i].cliente[j].nome_cli,
  9. cases.tipo[i].cliente[j].img_cli
  10. )
  11. )
  12. );
  13. }
  14. }
Add Comment
Please, Sign In to add comment