Tom Weber

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Truncating a segment using TCL #61584
    Tom Weber
    Participant

      If LPID is your PID field list, you could use:

      set LPID [lrange $LPID 0 14]

      That gives you the first 15 values in LPID.  Then you would join LPID back to the message.

    Viewing 1 replies (of 1 total)