Guest User

Untitled

a guest
Jun 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for(int i = 1; i <= 64; i++)
  2. {
  3. data[i] = p_asDestination[i]; //Den strängen måste nog parsas innan på nått sätt kanske
  4. }
  5.  
  6. writeBlock(s_index, data);
Add Comment
Please, Sign In to add comment