#!/usr/bin/w.ish8.4 -f
#-------------------VARIABLES
global valeur entree;
global valeur nouvelle;
global base_entree;
global nouvelle_base;
global resultat verifie;
global chiffres;
#--------------------PROCEDURES
proc Verifie_La_Base { } {
global valeur entree;
global base_entree...
Hello all,
I would like to create an extension with a function of conversion from a number in base ten to another base. I've already the programme in tcl-tk for such a converstion, but i need to transform it in C and Use Tcl libraries.
The problem is that I don't know to use the Tcl libraries...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.