I'm not aware of a specific command for this. However, the following should work: ~~~~ set str "Example String Value" set index "end-3" set intIndex [lindex [lseq [string length $str]] $index] This technique should work for both strings and lists. proc intIndexForString {stringValue index} { return [lindex [lseq [string length $stringValue]] $index] } proc intIndexForList {listValue index} { return [lindex [lseq [llength $listValue]] $index] } ~~~ These functions should have O(1) performance regardless...
Changes Tk8.7 -underline type result in runtime errors
I agree. This is no longer an issue for me, nor probably for my former employer. This ticket can be closed.
libtiff fails to configure on aarch64
Missed file from last check-in
Fix crash procssing font size in pixels.
Rewrite scintillatk.tcl - copy all Text widget ...
Fix character location calculation.Fix some ind...
More indexing bug fixes
Fix indexing bugs, turn to full utf8 support.
Fix cast error on win64
ScintillaTk 1.08 with Scintilla 3.6.4
ScintillaTk 1.07 with Scintilla 3.6.4
Update to Scintilla 3.6.4, update tk to 1.08
This patch fixes the problem. $ p4 diff -dc 'pixmapWin.c' ==== pixmapWin.c#1 - pixmapWin.c...
Tk panic on exit when pixmap images have been created.
VOTE: tcl
Sorry about this. My work and family obligations have pulled me far away from this....
Release version 0.29