Freeman, Barry wrote:
>>I can't find the equivalent of strToF in standard C to convert
>> a string to a float. Plus I'm a little unclear as to what I have
>> to do to get the text out of edit fields

See FlpAToF() and FlpFToA() to convert between strings and floating
point.  Be sure to #include <NewFloatMgr.h>.

To extract the string from an edit field, you might want to try
FldGetTextPtr (fieldP);

Michael Yam
Y Technology, Inc.
http://www.ytechnology.com
[EMAIL PROTECTED]



Reply via email to