Function
EN
Version 1.90
@BitVektor
Float
List
Misc
NUMBER
Syntax
@BitVektor(FN1);
@BitVektor(FNLIST1);
Description
Returns a bit vector (NUMBER) in which the bits specified in FN/FNLIST FN1/FNLIST1 are set.
Example: @BitVektor(FN1)
FN1:=4;
@BitVektor(FN1);
returns 1000 (binary) or 8 (decimal)
Example: @BitVektor(FNLIST1)
FNLIST1:=1:2:10;
@BitVektor(FNLIST1);
returns 1000000011 (binary) or 515 (decimal)
Note : This text was machine-translated and may contain inaccuracies.
