Guest User

Untitled

a guest
Apr 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. string[][] indexes = currentLine.Split(' ');
  2.  
  3.                    
  4.  
  5.                     for (int i = 0; i < indexes.Length; i++)
  6.  
  7.                         indexes[i] = currentLine.Split('/');
Add Comment
Please, Sign In to add comment