也就是要變量 套變量?
把b1.。。b270通過判斷kpt來賦值給某個變量?
這個你真的要枚舉判斷賦值了
if kpt=1 then bb:=b1;
if kpt=2 then bb:=b2;
.
if kpt=270 then bb:=b270;
這樣的枚舉寫法