I wonder why Inno Setup is complaining about:
if not ((ProductKeyPage.Values[1][i] in ['a'..'f']) or (ProductKeyPage.Values[1][i] in ['A'..'F']) or (ProductKeyPage.Values[1][i] in ['0'..'9'])) then
It’s telling me the column is just after the ‘a’ (where the first dot of .. starts).
I haven’t done pascal in a while, but I think it looks correct?
Any ideas?
TIA!!