Post Reply 
Error in CASE doc in manual
06-07-2017, 04:40 PM
Post: #5
RE: Error in CASE doc in manual
This code works, too:

Code:
CASE
IF A<0 THEN RETURN "negative"; END;
IF 0≤A≤1 THEN RETURN "small"; END;
DEFAULT "large";
END;


Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error in CASE doc in manual - KeithB - 06-06-2017, 07:40 PM
RE: Error in CASE doc in manual - Joe Horn - 06-06-2017, 11:07 PM
RE: Error in CASE doc in manual - Tyann - 06-07-2017, 03:34 AM
RE: Error in CASE doc in manual - toml_12953 - 06-07-2017 04:40 PM
RE: Error in CASE doc in manual - KeithB - 06-07-2017, 03:03 PM
RE: Error in CASE doc in manual - KeithB - 06-07-2017, 08:09 PM
RE: Error in CASE doc in manual - Marcel - 06-09-2017, 10:39 AM



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