[comp.sys.mac.programmer] Questions about FSWrite

gaines@mars.njit.edu (Michael E. Gaines) (01/08/91)

Hi,
	I'm using FSWrite in an application and I was wondering about
the last parameter 'buffPtr'. Using an example in the Tech Notes, I got
the function to write a character string to a file. When I tried writing
a floating point number, the whole program crashed. Is there a way to
write floating point numbers using the Ptr data type? And also: I used a
pointer to a float.
							Mike