Hi!
I need to check a string (a) with an array of strings, the results is the array'ed strings that contains string (a)...
VB6 had a function for searching an string-array that was pretty fast, even with a large array:
Filter(InputStrings, Value[, Include[, Compare]])
Info about the function: VBScript Filter Function
The only way I have found to search an array in B4A is to travel through every string in the array by "hand" to deliver the same results, causing quite a delay on a big array.
Is there a lib or something similar that can do this lightningfast as the VB-function? :sign0163:
I need to check a string (a) with an array of strings, the results is the array'ed strings that contains string (a)...
VB6 had a function for searching an string-array that was pretty fast, even with a large array:
Filter(InputStrings, Value[, Include[, Compare]])
Info about the function: VBScript Filter Function
The only way I have found to search an array in B4A is to travel through every string in the array by "hand" to deliver the same results, causing quite a delay on a big array.
Is there a lib or something similar that can do this lightningfast as the VB-function? :sign0163: