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?!