AutoHotkey Community

It is currently May 27th, 2012, 3:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: May 22nd, 2010, 3:07 am 
Offline

Joined: April 22nd, 2009, 6:04 am
Posts: 29
comparing the identical variables below gives different results
Code:
a := "s)`; TBF\$#SCRIPT\$#AHK\$#\w+\$#START\$#"
b := "s)`; TBF\$#SCRIPT\$#Ahk\$#\w+\$#START\$#"
c := "s)`; TBF\$#SCRIPT\$#AHK\$#\w+\$#START\$#"
if (a==b)
   Msgbox good
if (a==c)
   Msgbox good   

could someone please tell me what is going on :shock:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2010, 3:17 am 
Offline

Joined: April 22nd, 2009, 6:04 am
Posts: 29
found the answer to the problem
"Ahk" in var b is not capitalized :P


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, rbrtryn and 16 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group