Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Case sensitive variables question [SOLVED]

$
0
0
If you try below code:
[ autoit ]      
Assign("Val",-45.961) $sStr = "VAL: " & Eval("VAL") & @CRLF $sStr &= "val: " & Eval("val") & @CRLF $sStr &= "VaL: " & Eval("VaL") MsgBox(32,"Variable",$sStr)
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.

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>