in reply to Getting single element from an array
print( 1,2,3 ); print( ( 1,2,3 )[1] ); [download]
print( 1,2,3 )[1]; [download]
If knows the difference if you write print +( 1,2,3 )[1];