Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged tcl

0 votes
515 views
1 answer
    If I use the Arduino IDE's Serial monitor I can read the pair of comma separated values as below: I want ... split the string into two integers. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
377 views
1 answer
    I am writing a proc to create a header in an output file. Currently it needs to take an optional parameter, ... need the negative check anyway. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
489 views
1 answer
    I've written a expect function to get the output of a command and my code is like below proc do_cmd {cmd ... this problem? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
291 views
1 answer
    I'm learning Tcl/Tk and am confused on the usage of curly braces in tcl. To me it seems to be used ... feature)? Is my interpretation correct? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I am working with a procedure in tcl over which I have no control. It puts out a lot of verbose on the output ... not aware how i can do this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
291 views
1 answer
    We can evaluate the two expression in two possible ways: set a 1 set b 1 puts [expr $a + $b ] puts ... usage of expr has some security concern? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...