on 7/11/04 2:31 PM, Dar Scott at [EMAIL PROTECTED] 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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to