Jump to content

Uemlue

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Uemlue's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. First of all, thx guys. It works now. I used StringStripWS($var, 3) and now i have match. I am looking now the excel udf and trying to understand it. You awsome Big thx from a newbie
  2. Hello Guys, sorry i am new in Autoit and i am trying to use comparing two string. The frist sring i am copying a string from excel ("Test"), saving into $var with ClipGet() function. So, now i want to compare ClipGet value $var with "Test". It should be "Matched! ", but it doesn`t work. Why? I checked the variable with MsgBox and it is "Test". Global $var sleep(2000) send("^c") sleep(2000) $var = ClipGet() Switch $var Case "Test" MsgBox(64,"","Matched !") Case Else MsgBox(64,"","Didn't match..") EndSwitch Thanks for your help...
×
×
  • Create New...