All pastes #2097607 Raw Edit

Untitled

public text v1 · immutable
#2097607 ·published 2011-12-31 04:34 UTC
rendered paste body
	        int counter = storeResponse.length-1;
		int temp;
		for (counterA =0; counterA < storeResponse.length; counterA++)
		{
			temp = storeResponse[counterA]; 
			storeResponse[counterA] = storeResponse[storeResponse.length-1-counterA];
			storeResponse[storeResponse.length-1-counterA] = temp;
			counter--;
		}