Max Smith wrote: > -------- Original-Nachricht -------- >> Datum: Tue, 22 Apr 2008 18:51:37 -0700 >> Von: Thomas Hruska <[EMAIL PROTECTED]> >> >> Your method probably works fine. We were merely nitpicking (being >> "purists") and saying you shouldn't access the value _within_ the >> function. Merely swap the bytes. You can access the value later. > > Thanks, but now im confused even more. > So why does it matter if i access the value _within_ the function, or at some > other point. Why? > Thanks
As I said, we were being "purists": http://www.answers.com/purists&r=67 In this case, you wanted to "make a function to swap bytes in a float". If you access the value within the function, then you have done more than to swap bytes. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
