On Fri, Jan 18, 2002 at 03:49:16PM -0500, Paul Davis wrote: > i used an even worse hack in Quasimodo to allow passing strings via > floats. you don't want to know.
I guess you could treat 4 characters as a single 32-bit int and cast it to a float? and do the reverse on the other side? but then how to terminate the string? never mind, you were right. -- paul winkler home: http://www.slinkp.com music: http://www.reacharms.com calendars: http://www.calendargalaxy.com
