union {
int12 LANG;
char bB[3];
} mixit;

gibt compiler fehler bei mir

union {
long LANG;
char bB[3];
} mixit;

scheint okay

gruss

Henk