By: Jared
Date: 2007-06-15
Time: 04:33
|
object array varWhat would the syntax be to access a value of an array that belong to an object?
|
||
By: TomH
Date: 2007-06-15
Time: 11:06
|
Re: object array varIf you had a data object like...
You would use a block syntax like
There are several examples (with source code) of handling data objects at http://tomhenry.us/tbs3/ -- hope that helps, TomH |
||
By: Jared
Date: 2007-06-15
Time: 20:58
|
Re: object array varThanks, that helped.
I have an object like this:
So in order to hit my objects member array, I used this syntax:
- Jared |