Reply To: Tcl help

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Tcl help Reply To: Tcl help

#56852
uma jandhyala
Participant

    I am sorry I missied one line in my code

    if [cequal “RXE” $segtype] {  

    set rxeflds [split [lindex [lregexp $segments {^RXE}] 21] $sep];

    if {  [lindex $rxeflds 21] == “””} {

       

     regsub -all {“} $rxeflds (“”) rxeflds

    Thanks