In my OBR_7 I have a timestamp that I need to take off the seconds from. I tried to right a tcl proc but I’m a newbie and can’t figure it out it keeps taking the first two numbers instead of the last two. If there is away to do it in a Xlate that would work for me.
Here is copy of my tcl
lassign $xlateInVals Time
set Time [string trimright [string range $Time 2 end] ]
set xlateOutVals