我把a2写大点就出错,有无什么函数能支持WORD范围的?

咨询大家个问题

const
a1=0;
a2=255;
var
a:Integer;
b:array[a1..a2] of Byte;
begin
a:=10;
if (a in [LoW(b)..High(b)]) then
begin

end;
end;

我把a2写大点就出错,有无什么函数能支持WORD范围的?

long和double等类型是64位的

用java封装API integer试试