Think of this value in memory (0 is literal zero not the character for 0)

CNames = "EUR0USD0GBP00000"

n = 3
i = 3*4 = 12

CNames[12] == 0 <- true
!CNames[12] is !0 which is true as well


Last edited by alun; 09/18/22 17:10.