比较TeraTerm中的字符串列表中的字符串

时间:2018-07-18 08:22:50

标签: shell macros teraterm

我正在尝试比较字符串变量是否会出现在字符串列表中。情况如下。 系统将打印一个值列表,该列表将为每个值指示“确定”(值的总数不确定) 并且如果出现“失败”,则会显示系统错误。

我尝试使用以下方法,但似乎没有用。有人帮忙。谢谢。

strCheck = ''
strconcat strCheck 'OK'

wait StrCheck

if strCheck != 'OK'
    goto error
else
    messagebox 'All system OK.' 'OK'
endif

:error

0 个答案:

没有答案