ASCAN on 2 colums
Posted: Mon Dec 09, 2019 7:38 pm
Hi,
Is it possible to do a array-search where for example the first column = 'TEST' and the seconds column = 'TEST1'?
I also want to search on the upper-case, but the problem is that sometimes the value = nil, so I get an error with upper.
The array is comming from an excel-file read with
Is it possible to do a array-search where for example the first column = 'TEST' and the seconds column = 'TEST1'?
I also want to search on the upper-case, but the problem is that sometimes the value = nil, so I get an error with upper.
The array is comming from an excel-file read with
Code: Select all
oRange := oSheet:UsedRange
arr = ArrTranspose( oRange:Value)