- This topic has 4 replies, 3 voices, and was last updated 15 years, 1 month ago by .
-
Topic
-
i am trying to pull the consulting dr and admitting dr from the PV1 fields. I can pull the the first field i am getting, the consulting dr but it is not getting the admittingdr field or it just fills it in from the consulting field. any tips on how to get that second field? set Segpos [lsearch -regexp $segList {^PV1}]
if { [lindex $Segpos 0] > 0 } {
set FldList [split [lindex $segList $Segpos] $fldSep]
set SubList [split [lindex $FldList $ConsultingDr] $subSep]
set ConsDrID [lindex $SubList $DrIDsubpos]
set AdmDrID [lindex $SubList $DrIDsubpos]
}
Viewing 3 reply threads
Viewing 3 reply threads
- The forum ‘Tcl Library’ is closed to new topics and replies.