HaveItem to convert to lowerstrings also the tableitem
Posted: Fri Jan 22, 2021 12:22 pm
HaveItem(Table, "AbCd")
automatically converts AbCd into lowercase abcd, which is good, but problem is that it doesn't lowerstring convert tables items.
Therefore if I have tableitem "Abcd", using HaveItem(Table, "AbCd") wont find it, or even worse, searching with HaveItem(Table, "Abcd") wont find item "Abcd" since Haveitem first converts it into lowerstring and then compared "abcd" against "Abcd".
Wish request would be that in next Hollywood version HaveItem would convert all items too into lowercase so that as long as you are looking for right name, it would find it.
automatically converts AbCd into lowercase abcd, which is good, but problem is that it doesn't lowerstring convert tables items.
Therefore if I have tableitem "Abcd", using HaveItem(Table, "AbCd") wont find it, or even worse, searching with HaveItem(Table, "Abcd") wont find item "Abcd" since Haveitem first converts it into lowerstring and then compared "abcd" against "Abcd".
Wish request would be that in next Hollywood version HaveItem would convert all items too into lowercase so that as long as you are looking for right name, it would find it.