F_Dixon
10-04-2024, 08:00
I am making a small program to scan for some files on my pc.
I got side tracked wondering how fast the loops worked.
I found the data structures hash sample and I am substituting arrays for the hash.
I wanted to use this function below
'nRec = ARRAY EXTRACT MainArray, [COLLATE UCASE,] {StartsWith | EndsWith | Contains} 'KEY" & lCount
managed to not post any dumb questions so far, i just dont see my error here.
any pointer welcome.
Fred.
EDITED
I found my mistake. Some sleep and some food and I had an extra comma between CONTAINS , "STRING" where none should have been.
I got side tracked wondering how fast the loops worked.
I found the data structures hash sample and I am substituting arrays for the hash.
I wanted to use this function below
'nRec = ARRAY EXTRACT MainArray, [COLLATE UCASE,] {StartsWith | EndsWith | Contains} 'KEY" & lCount
managed to not post any dumb questions so far, i just dont see my error here.
any pointer welcome.
Fred.
EDITED
I found my mistake. Some sleep and some food and I had an extra comma between CONTAINS , "STRING" where none should have been.