The contents of two variables can be swapped using a simple algorithm. All that is required is the introduction of a third variable.
temp=item1item1 = item2item2=temp
Back to index
mph@ghscomputing.co.uk