Post Reply 
Syntax errors trying to use CONVERT
11-15-2014, 10:09 AM (This post was last modified: 11-15-2014 11:47 AM by DrD.)
Post: #3
RE: Syntax errors trying to use CONVERT
Trying your example:

In CAS mode, CONVERT(5_m, 1_ft), generates "Error: Unmatch control word"
convert(5_m, 1_ft) ---> 16.4041994751_(ft), So case matters.

In HOME mode, CONVERT(5_m, 1_ft) results in 16.4041994751_(ft), (depending on settings). convert(5_m, 1_ft) ---> 16.4041994751_(ft), So case doesn't matter.

There is no hint for this behavior in either On Calc help, or the User guide, and so this appears to be a bug.

-Dale-

EDIT: It has been pointed out that convert() is a CAS command, but CONVERT() is not. As such, it is not a CAS bug, but there is room for clarity in the documentation. In any event, depending on the mode used, results will vary. This is a likely cause for your experience.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Syntax errors trying to use CONVERT - DrD - 11-15-2014 10:09 AM



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