IFERR? Interception of an input error
|
03-10-2017, 08:25 AM
(This post was last modified: 03-10-2017 09:01 AM by Onieh.)
Post: #1
|
|||
|
|||
IFERR? Interception of an input error
Hello,
I would not want which falls that programme if I ENTER presses without giving before 4 letters. for example, EDUS or EDAX etc. Even if I figures give the programme should not fall, sonder as long as wait to me 4 letters has given. Addition: if I enter four letters and the is not there, the program should not crash, but the MSGBOX notify that the letters are not in the spreadsheet! i.e. ABCD EXPORT Navigation() BEGIN LOCAL I,A,B,C,D,E,F,G; LOCAL H; STARTAPP("Flugplatz"); INPUT({{H,[2]}},"Flugplatzkennung"); //INPUT Airfield i.e. EDUS RECT_P(0,0,320,240,RGB(0,205,205)); I:=POS(a:a,H); TEXTOUT_P("F l u g p l a t z",90,0,7); RECT_P(0,32,320,34); TEXTOUT_P((EXPR("A"+I)),90,40,4); TEXTOUT_P((EXPR("B"+I)),90,70,4); TEXTOUT_P((EXPR("C"+I)),90,100,4); TEXTOUT_P((EXPR("D"+I)),90,130,4); TEXTOUT_P((EXPR("E"+I)),90,160,4); WAIT(); FREEZE; STARTVIEW (-1); END; |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
IFERR? Interception of an input error - Onieh - 03-10-2017 08:25 AM
RE: IFERR? Interception of an input error - EdDereDdE - 03-10-2017, 12:47 PM
RE: IFERR? Interception of an input error - Onieh - 03-10-2017, 01:01 PM
RE: IFERR? Interception of an input error - EdDereDdE - 03-10-2017, 02:01 PM
RE: IFERR? Interception of an input error - Onieh - 03-10-2017, 02:25 PM
RE: IFERR? Interception of an input error - Han - 03-10-2017, 03:08 PM
RE: IFERR? Interception of an input error - EdDereDdE - 03-10-2017, 07:51 PM
RE: IFERR? Interception of an input error - Didier Lachieze - 03-10-2017, 04:39 PM
RE: IFERR? Interception of an input error - Onieh - 03-10-2017, 05:06 PM
|
User(s) browsing this thread: 1 Guest(s)