2013年1月28日 星期一

compare two string

reference
MatchList = one,two,three,four,five ; list of possible matches (may be made case sensitive)

var = two      ; string to search for
if var in %MatchList%
  msgbox, found "%var%"
else
 msgbox, "%var%" not found

沒有留言: