我正在使用的代码:
set channel 52/80
if {![ regexp { ([0-9]+)\/80 } $channel match cchannel ] } {
puts "Channel regex-ed in \[SLVR\]\[SetAffected_channels\] is: $cchannel\n\n"
}
返回错误:无法读取“cchannel”:没有这样的变量
我在这里缺少什么吗?
我正在使用的代码:
set channel 52/80
if {![ regexp { ([0-9]+)\/80 } $channel match cchannel ] } {
puts "Channel regex-ed in \[SLVR\]\[SetAffected_channels\] is: $cchannel\n\n"
}
返回错误:无法读取“cchannel”:没有这样的变量
我在这里缺少什么吗?