Arrays in Rev (long)

Mark Brownell gizmotron at earthlink.net
Sun Jul 11 17:54:07 EDT 2004


on 7/11/04 2:31 PM, Dar Scott at dsc at swcp.com wrote:

> Cool essay, Ken.

I agree, very cool.

> Director:
> set myList = ["Troy","Ken","Richard"]
> put getAt(myList, 2)
> --> Ken

by the way, this is also true in Director:

Director:
  set myList = ["Troy","Ken","Richard"]
  put myList[2] & " -*- " & myList[1]
  --> Ken -*- Troy



More information about the use-livecode mailing list