From: Larry W. Virden on 19 May 2010 06:50 On May 17, 4:24 am, iand <ianda...(a)gmail.com> wrote: > Is there any command which helps remove the elements of a list with > specified indices? Is this an abstract question, or do you have a specific problem that you are trying to solve? The reason I ask is that with more specific explanation of the problem you want to solve, a solution for that problem will be more likely to be able to be offered.
From: Larry W. Virden on 19 May 2010 09:47 On May 19, 6:50 am, "MartinLemburg(a)Siemens-PLM" <martin.lemburg.siemens-...(a)gmx.net> wrote: > you are right, but I have to ask again my employer, to get his > allowance to publish code I've written some time ago during my work. That is certainly understandable and encouraged. > > Another thing is, that I don't have currently the time to write a > "normal" tcl test suite and to introduce doctools tags for automatic > documentation. > It's not the time for doing it, but the time for learning how to do. Perhaps, once you've received an okay to make the code available, you could try writing up a posting or wiki page describing the library in enough detail that it might result in recruiting some help for either writing doc or tests. > > And at last - the sources of my library packages are only tcl 8.5+ > compatible. Is this allowed for tcllib packages? > That should not be any problem - just make certain the code has the package require Tcl 8.5 or whatever it requires so that it doesn't try to load in older tcl environments.
First
|
Prev
|
Pages: 1 2 3 Prev: Text entry dialog widget pre-made? Next: Problem with Thread package on Aqua |