21.04.2013, 01:57
Weiß nicht, ob es im Trainermodul drin ist, ansonsten hier nochmal:
Aufgerufen wird dann wie folgt:
[code=vb]
Dim FloatWert as Single
Dim 4ByteWert as Int32
FloatWert = 4Byte2Float(Dein Int Wert)
'oder andersrum
4ByteWert = Float24Byte(Dein Float Wert)
[/code]
Aufgerufen wird dann wie folgt:
[code=vb]
Dim FloatWert as Single
Dim 4ByteWert as Int32
FloatWert = 4Byte2Float(Dein Int Wert)
'oder andersrum
4ByteWert = Float24Byte(Dein Float Wert)
[/code]
ACHTUNG: Lesen gefährdet die Dummheit