Forum Discussion
retrotom
15 years agoVisitor
Is there any reason you can't use roAssociativeArray? It uses a key/value pairs and is likely more suited to this. With roArray, you'd have to compare each value in the array. Hopefully roAssociativeArray is O(1) when doing a lookup.