n2c.tclib 1.0 An external functions library fo TurboCalc Copyright 1997 by Alessandro Zummo All Rights Reserved CardWare INTRODUCTION ------------ n2c.tclib is a simple TurboCalc library which translates numbers from digits to characters. In this version it will translate numbers only to italian, sorry for the others. I've also included the complete source code, to let see how is easy to write a TCalc library. You can freely modify the source code but give the credit where the credit is due! The source code may not be included in any shareware/commercial product without my written permission. REQUIREMENTS ------------ TurboCalc 3.0 COPYRIGHT --------- The n2c.tclib is CardWare and may be copied free, as long as it is distribuited complete with documentation and source code. If you use it, you should send me a postcard. Use the n2c.tclib at your own risk. The author may not be made responsible for damage caused by use of this library. The n2c.tclib is Copyright © 1997 by Alessandro Zummo. TurboCalc is Copyright 1993-97 by Michael Friedrich. INSTALLATION ------------ Simply copy the n2c.tclib in your TurboCalc/TCLibs/ USAGE ----- Simply insert in any TCalc cell this line: =TCFKT("n2c.tclib";Function number;Number to convert) Function number : 0 or 1 Number to convert: any number from 1 to 999999999999 If you select 1 as function number the last three digits will not be converted. Examples: =TCFKT("n2c.tclib";0;16905) sedicimilanovecentocinque =TCFKT("n2c.tclib";1;16905) sedicimila905 AUTHOR ------ Snail mail: Alessandro Zummo Via Barbaroux, 2 10122 Torino Italy Fidonet : Alessandro Zummo 2:334/21.58 Amiganet: Alessandro Zummo 39:101/402.58 Internet: azummo@ita.flashnet.it (preferred) azummo@p58.f21.n334.z2.fidonet.org (very slow) ----------------------------------------------- Send me a postcard!!! You'll make me happy!!!!! ----------------------------------------------- GREETINGS --------- I would like to thank the following people: Ferruccio Zamuner He has inspired the n2c.tclib and originally wrote the n2c routine in ARexx. Andrea Latina He originally translate the n2c from ARexx to C.