hacker
14.05.2006, 13:11
Hi,
wie kann ich in BASCOM eine Bytevariable in eine Longvariable konvertieren? Ich will nachher so was ähnliches machen:
Dim X As Long
Dim Byte1 As Byte
Dim Byte2 As Byte
Dim Byte3 As Byte
Dim Byte4 As Byte
X = Byte1 * Byte2 * Byte3 * Byte4
Gruss Hacker
P.S.: Eine Longvariable hat doch 4 Byte Speicherplatz oder?!
wie kann ich in BASCOM eine Bytevariable in eine Longvariable konvertieren? Ich will nachher so was ähnliches machen:
Dim X As Long
Dim Byte1 As Byte
Dim Byte2 As Byte
Dim Byte3 As Byte
Dim Byte4 As Byte
X = Byte1 * Byte2 * Byte3 * Byte4
Gruss Hacker
P.S.: Eine Longvariable hat doch 4 Byte Speicherplatz oder?!