Hi,

mit
varn = MAKEINT(LSB , MSB)

The equivalent code is:

varn = (256 * MSB) + LSB


aus der Hilfe kopiert.