Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
joetesta
Roku Guru

Re: Convert String -> roString ?

"EnTerr" wrote:
 We just demonstrated rummaging in linear fashion being 100x slower.


OK that's great, the reason I have an array and not an Associative array is that I'm using the 'split' function on a string that's comma separated values stored in roRegistry.

Is there a convenient way to store an AA in registry?  Update: It appears there is, FormatJson

thanks EnTerr

in this particular case, this array will never have more than 10 elements;
if meHeartyarray.Count() > 9
   ' already have 10 saved in meHeartyarray, drop the oldest'
    meHeartyarray.shift()
 end if
aspiring
0 Kudos