Hello,
I might missed something, because my string doesn’t equal the other string.
which mystring1 = “19/04/2019” and mystring2 = “19/04/2019”
but if i do mystring1 = “19/04/2019” direcltly it works?
I’m using two variable, for this purpose they have the same value. so why when i try mystring1 = mystring2 doesn’t work? btw on a switch
i mean it doesn’t choose the correct case
but works with if condition…