Post Reply 
Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS
09-26-2018, 01:49 AM (This post was last modified: 09-26-2018 03:35 AM by compsystems.)
Post: #8
RE: Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS
Tim Wessman
Early image showing "reduced size" display:
[Image: long_text.png]

Hello, adding the symbol "..." to visualize long elements is fine, but scrooll is lost on the line (as in previous versions), I think that the hpprime can activate the scrooll when press the cursor keys [<][>]

approx(seq((sin(x)^2+cos(x)^2)=1, x, 0, 20));

//
TIM
4. Resolved issue with INPUT command not accepting other data types when real number specified as option

There is a similar problem, it is not detecting the type of data, when the information is transferred

PHP Code:
#cas
    
test():=
    
BEGIN
    local a
;
    
assume(a,integer); 
    
input_(a,"a");
    print( 
);
    
END;
#end


EXPORT input_(idname,idstring)
BEGIN
  
if NOT(input(idname,idstring)) then killend;
END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS - compsystems - 09-26-2018 01:49 AM



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