Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!agate!stanford.edu!neon.Stanford.EDU!jhsu From: jhsu@neon.Stanford.EDU (Jeffrey H. Hsu) Newsgroups: comp.sys.mac.programmer Subject: str2num() and num2str() ???????? Message-ID: <1991May30.003720.5740@neon.Stanford.EDU> Date: 30 May 91 00:37:20 GMT Organization: Computer Science Department, Stanford University, Ca , USA Lines: 16 Would someone please help me use these routines? They are declared in SANE.h as extended str2num(void *); void num2str(decform *, extended, void *); but I haven't been able to get the results I want. Basically, all I want to do is grab text out of a TE box and get the floating point value of it. Also, I'd like to take a floating point number and display it in a TE box. It seems like such a simple task yet I can't get it to work. Thanks, Jeff