All pastes #2130076 Raw Edit

s

public text v1 · immutable
#2130076 ·published 2012-03-19 16:20 UTC
rendered paste body
			for(int i=0;i<data.length()-1;i++){
				temp=data.getValue(i+1);
				temp2=data.getValue(i);
				data.setValue(i+1,temp2);
				data.setValue(i, temp);
			}