- This topic has 3 replies, 4 voices, and was last updated 14 years, 10 months ago by .
-
Topic
-
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
Thanks
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.