Liste des Groupes | Revenir à cl tcl |
The canonical Tcl way to handle decimal number strings with leading
zeros is to filter them through [scan] using the %d scan pattern.
>
$ rlwrap tclsh
% scan 08 %d
8
% scan 00000000000000000000008 %d
8
%
>
Les messages affichés proviennent d'usenet.