![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Reported for Version 2.00 » View Incident Report |
![]() |
Reported By: Michael Dreher Reported On: 8/13/2015 For: Version 2.00 Build 2 |
type TTestInstructionDataType = ( TIDT_INT, TIDT_FLOAT, TIDT_BOOL ); TForm1 = class(TForm) Label1: TLabel; Button1: TButton; procedure Button1Click(Sender: TObject); private public end; var Form1: TForm1; implementation procedure TForm1.Button1Click(Sender: TObject); var i : integer; begin i := 1; //(a) case i of TIDT_INT : Label1.Caption := '1' ; TIDT_FLOAT : Label1.Caption := '2' ; TIDT_BOOL : Label1.Caption := '3' ; end; //(b) case i of 0 : Label1.Caption := '1' ; 1 : Label1.Caption := '2' ; 2 : Label1.Caption := '3' ; end; end; end.
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |