Post Reply 
iPhone Pro app produces unexpected results
03-25-2018, 10:18 PM
Post: #1
iPhone Pro app produces unexpected results
Testing on the Pro app for iPhone today, I ran into an issue that I was able to narrow down to the "head" command. Take for example this code:

Code:
EXPORT HEAD
BEGIN
  LOCAL vec:=[1,2,3,4],first;
  first:=head(vec);
  MSGBOX(first);
END;

On Windows, Android and real Calculator the result is as expected, a message box showing '1' is the result. On iPhone, the message box displays 'vec'.

Anyone have some insight as to what is going on here?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPhone Pro app produces unexpected results - Jacob Wall - 03-25-2018 10:18 PM



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