> The regular swap command doesn't work. > I tried swap a(1),a(2) it doesn't swap
I just tried the swap statement and it seems to work okay: UV/aix 10.0.7 --- programme dim da(2); da(1)=1; da(2)=2 crt da(1),da(2) swap da(1),da(2) crt da(1),da(2) --- output 1 2 2 1 -- Stuart ********************************************************************** This email message and any files transmitted with it are confidential and intended solely for the use of addressed recipient(s). If you have received this email in error please notify the Spotless IS Support Centre (61 3 9269 7555) immediately who will advise further action. This footnote also confirms that this email message has been scanned for the presence of computer viruses. ********************************************************************** -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
