| |
|
|
Arnthorr | How do I do from it with XProfan (9.1 or X2.c) Dezimalzahlen:
construction the special 2-byte-Protokollzahl: five höchstwertige Bits (15-11) for Exponenten in the area of 00000 = 0 To 11101 = 29. so eleven Mantissenbits (10-0) ?
would be for Help Real grateful! |
|
|
| |
|
|
|
| Regards!
You can single Bits with the @TestBit(n1,n2) - function testing.
in the Help standing:
it'll examined whether in n1 the bit Nr. n2 staid is. the Result is the worth the suitable Bits. |
|
|
| |
|
|
|
Arnthorr | thanks, the helps already time moreover! |
|
|
| |
|
|
|
Richi | Perhaps so what: A$ = "00001,00010,00011,00100,00101,00110...etc To ...11101" PRINT @SUBSTR$(A$,3,",") ' for 00011 or PRINT @SUBSTR$(A$,29,",") ' for 11101 |
|
|
| |
|
|