- This topic has 2 replies, 2 voices, and was last updated 15 years, 3 months ago by .
-
Topic
-
Hello, I am having trouble with the lappend command. I set up a list, then append things to the list. When I try to echo the list later in my code the list is blank.
Does anyone know what is wrong?
Thank you,
Garrett
Code:
set newSegmentList [list 0]lappend $newSegmentList [lindex $segmentList $loopCountOBR]
lappend $newSegmentList “NTE|||~*LAB CANCEL REQUEST* ~The test identified as: FE DEF PANEL has been cancelled. Please confirm receipt of the Lab within the EMR and FILE IN ERROR. Note: This cancel request should be removed from the chart.”
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Tcl Library’ is closed to new topics and replies.