Menu

#15 Function Justification

open
nobody
None
5
2004-07-08
2004-07-08
Anonymous
No

The function Justification does not identify all the cases
correctly.
This is due to switch. Not this controlled that a value
begins by -.

switch [lindex $coltype 0]

The solution is as simple as to put:

switch -- [lindex $coltype 0]

Thanks.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.