I have an array that is indexed by strings:
Code: Select all
theArray["head]["static_values"]
theArray["head]["styles"]
theArray["head]["animated_values"]
Code: Select all
put element 2 of theArray["heads"]
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
theArray["head]["static_values"]
theArray["head]["styles"]
theArray["head]["animated_values"]
Code: Select all
put element 2 of theArray["heads"]