All pastes #2130077 Raw Edit

s

public text v1 · immutable
#2130077 ·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);
			}