# test extracting value from Text

text .text managed -value "hi there"
.text getValues -value x
puts stdout "string: $x"
