線上訂房服務-台灣趴趴狗聯合訂房中心
發文 回覆 瀏覽次數:944
推到 Plurk!
推到 Facebook!

比較大小問題 困擾

 
紅聖
一般會員


發表:1
回覆:0
積分:0
註冊:2006-09-23

發送簡訊給我
#1 引用回覆 回覆 發表時間:2006-09-27 08:22:34 IP:61.228.xxx.xxx 未訂閱

var a,b,c:integer;

begin
A:=STRTOINT(EDIT1.TEXT);
B:=STRTOINT(EDIT2.TEXT);
C:=STRTOINT(EDIT3.TEXT);

IF A>B THEN
BEGIN
IF A>C THEN
BEGIN
IF B>C THEN
BEGIN
LABEL1.Caption:=INTTOSTR(A);
LABEL3.Caption:=INTTOSTR(B);
LABEL5.Caption:=INTTOSTR(C);
end
else
begin
LABEL1.Caption:=INTTOSTR(A);
LABEL3.Caption:=INTTOSTR(c);
LABEL5.Caption:=INTTOSTR(b);
end
end
else
begin
LABEL1.Caption:=INTTOSTR(c);
LABEL3.Caption:=INTTOSTR(a);
LABEL5.Caption:=INTTOSTR(b);
end
end
else
if b>c then
begin
if a>c then
begin
LABEL1.Caption:=INTTOSTR(b);
LABEL3.Caption:=INTTOSTR(a);
LABEL5.Caption:=INTTOSTR(c);
end
else
begin
LABEL1.Caption:=INTTOSTR(b);
LABEL3.Caption:=INTTOSTR(c);
LABEL5.Caption:=INTTOSTR(a);
end
end
else
begin
LABEL1.Caption:=INTTOSTR(c);
LABEL3.Caption:=INTTOSTR(b);
LABEL5.Caption:=INTTOSTR(a);
end;

///////////////最後出錯[Error] Unit1.pas(51): Undeclared identifier: 'LABEL5'

///////////[Error] Unit1.pas(58): Missing operator or semicolon//

lin
一般會員


發表:1
回覆:12
積分:7
註冊:2002-09-04

發送簡訊給我
#2 引用回覆 回覆 發表時間:2006-09-27 12:07:32 IP:61.218.xxx.xxx 未訂閱

你的form好像未定義label5吧!

------
系統時間:2024-06-16 16:37:06
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!