Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!iuvax!ux1.cso.uiuc.edu!tank!gft_robert@gsbacd.uchicago.edu From: gft_robert@gsbacd.uchicago.edu Newsgroups: comp.sys.mac.programmer Subject: Converting Num to String: always use the ToolBox for intl reasons? Message-ID: <8450@tank.uchicago.edu> Date: 12 Apr 90 23:42:34 GMT Sender: news@tank.uchicago.edu Organization: University of Chicago Graduate School of Business Lines: 16 I needed to convert some dates and times to strings. The ToolBox provides a very nice function for this, IUTimeString, but I thought I'd just see if I could write a NumToString routine in Pascal. I did, and it works fine, but I really shouldn't use this in my app, since it depends on the ASCII values of '0' to '9', right? One should always rely on the built-in toolbox routines for NumToString, since they take into account the intl aspects? Robert ============================================================================ = gft_robert@gsbacd.uchicago.edu * generic disclaimer: * "It's more fun to = = * all my opinions are * compute" = = * mine * -Kraftwerk = ============================================================================