squirreltown
12 years agoRoku Guru
Associate array index
well at the risk of interrupting the spammers here is my question for today
i am opening an audio springboard with the music already playing.
The playlist is an array of arrays.
I need to ask the array what is the index of the current associate array, the one that the currently playing audio is coming from.
the array is m.item
So, variable = m.item [ ? ]
Is it possible to create a if statement somehow? like
looking for value of X
IF m.item[x) =Y then..
thanks
i am opening an audio springboard with the music already playing.
The playlist is an array of arrays.
I need to ask the array what is the index of the current associate array, the one that the currently playing audio is coming from.
the array is m.item
So, variable = m.item [ ? ]
Is it possible to create a if statement somehow? like
looking for value of X
IF m.item[x) =Y then..
thanks