也就是要变量 套变量?
把b1.。。b270通过判断kpt来赋值给某个变量?
这个你真的要枚举判断赋值了
if kpt=1 then bb:=b1;
if kpt=2 then bb:=b2;
.
if kpt=270 then bb:=b270;
这样的枚举写法