Answer the question
In order to leave comments, you need to log in
How to write code in bash?
set SUB 'blue'
set rgb [open rgb1.txt r]
while {[eof $rgb] == 0} {
set colorstr [gets $rgb]
if {$colorstr != ""} {
if {$colorstr == ??????} {
.lb1 insert 0 $colorstr
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question