delphi小知识 点
时间:2017-08-18 14:11:57
收藏:0
阅读:240
与:and
或:or
不等于:<>
等于:=
例子:
if(j=1)and(nFH<>0) then
begin
tLCH:=Trim(copy(tSAMPLEID,0,k-1));
end;
原文:http://www.cnblogs.com/michellexiaoqi/p/7389131.html
评论(0)