If you try below code:
you can note that all results are the same.
I'd like to make case sensitive variables (I need this for some scripts), where VAL, val and VaL are different. It can be done with array functions, but it's slow and not smart. So I've a question. Is it possible to do this in any other way?
I'm waiting for an answer.
[ autoit ]
I'd like to make case sensitive variables (I need this for some scripts), where VAL, val and VaL are different. It can be done with array functions, but it's slow and not smart. So I've a question. Is it possible to do this in any other way?
I'm waiting for an answer.