1.

How Do You Refer To Individual Elements In An Array?

Answer»

You get the value from a SEQUENCE with bracketed values. For INSTANCE,

?s[5][3] -- PRINTS the third element of the FIFTH sequence (a multi-dimensional sequence)

You get the value from a sequence with bracketed values. For instance,

?s[5][3] -- prints the third element of the fifth sequence (a multi-dimensional sequence)



Discussion

No Comment Found