Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. NumberOfCores=4
  2. NumberOfLogicalProcessors=4
  3.  
  4. NumberOfCores=4
  5. NumberOfLogicalProcessors=4
  6.  
  7. NumberOfCores=4
  8. NumberOfLogicalProcessors=4
  9.  
  10. var lines= abovelines.split('n');
  11. for(var i = 0;i <lines.length;i++){
  12. console.print(lines[i]);
  13. }
  14.  
  15. var lines= aboveLines.split('n');
  16. for(var i = 0;i < lines.length; i++){
  17. console.log(lines[i].split("=")[1]);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement