Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. 1) "10000": "1543412332"
  2. 2) "10001": "1543233731"
  3. 3) "10003": "1543637245"
  4. 4) "10004": "1543227124"
  5. 5) "10005": "1543226828"
  6.  
  7. 1) "10000": "1543412332"
  8. 2) "10001": "1543233731"
  9. 3) "10003": "1543637245"
  10. 4) "10004": "1543227124"
  11. 5) "10005": "1543226828"
  12.  
  13. for index = 1, table.maxn(resultKey) do
  14. local unconcatted = {[1] = resultKey[index], [2] = [[": "]], [3] = resultValue[index]}
  15. -- local unconcatted = {[1] = """, [2] = resultKey[index], [3] = "": "", [4] = resultValue[index], [5] = """}
  16. -- local unconcatted = {[1] = resultKey[index], [2] = "": "", [3] = resultValue[index]}
  17. -- local unconcatted = {[1] = resultKey[index], [2] = '": "', [3] = resultValue[index]}
  18. local concatted = table.concat(unconcatted);
  19. table.insert(resultFinal, 1, concatted);
  20. end
  21. return resultFinal;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement