Post Reply 
possible problem INPUT dialog box
01-19-2016, 08:43 AM (This post was last modified: 01-19-2016 08:48 AM by Carlos295pz.)
Post: #3
RE: possible problem INPUT dialog box
Wait isn't necesary

PHP Code:
EXPORT p11_repeat_block()
BEGIN
  local age 
:= 0
  print(
"Enter a valid AGE [1, ...100]"); wait;
  
repeat 
    input
(age);
  
until NOT((age 1) or (age 100));
  print(
age);
  return 
"Done";
END

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: possible problem INPUT dialog box - Carlos295pz - 01-19-2016 08:43 AM



User(s) browsing this thread: 1 Guest(s)