Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Tcl help › Reply To: Tcl help
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