I have the following code so far, what value is in the xlateInVals? Is that what is specified in the xlate source for this action (I’m guessing yes.)?
upvar xlateId xlateId
xlateInList xlateInList
xlateInTypes xlateInTypes
xlateInVals xlateInVals
xlateOutList xlateOutList
xlateOutTypes xlateOutTypes
xlateOutVals xlateOutVals
set filename [lindex $xlateInVals 0]
msgmetaset $mh DRIVERCTL “{FILESET {{OBFILE $filename}}}”
Thanks!
Jerry