明天皓
发表于 昨天 14:12
qingqingcao8012 发表于 2025-8-2 08:42
你这是定制后处理的变量问题,在“程序结束”事件下面PB_CMD_6这个定制命令里面,tlist_zt的数组。要解决就 ...
找到问题了,改成下面这样就行了
while { > 0} {
if {$buf == "TLIST_MZ_TM"} {
set it
if {} {;# 添加数组存在性检查:ml-citation{ref="5" data="citationList"}
puts $ofile "$tlist_zt($it)"
}
continue;# 跳过后续处理:ml-citation{ref="11,12" data="citationList"}
}
puts $ofile $buf
}
李阿龙123
发表于 昨天 14:40
路过,过来学习学习一下