Post Reply 
TERMINAL view still does not work
01-18-2016, 08:32 PM (This post was last modified: 01-18-2016 11:23 PM by compsystems.)
Post: #1
TERMINAL view still does not work
Excuse me for my bad english

No scroll the screen, is fixed, and similar programs to the next fail, only at the end of the program the screen can be scrolled

PHP Code:
EXPORT p9_while_loop_block()
BEGIN
  local n

  
:= 1
  while 
<= 20 do
    print(
n); wait;
    
:= n+1;
  
end;
  return 
"Done";
END

PHP Code:
hpprime source codeFilep10_for_loop_block.hpprgm    
EXPORT p10_for_loop_block
()
BEGIN
  local n

  
:= 1
  for 
n from 1 to 20 do
    print(
n); wait;
  
end;
  return 
"Done";
END

¿solution or correction is in list for next firmware version?

a way of presenting the data is consecutive screens or one with scroll
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TERMINAL view still does not work - compsystems - 01-18-2016 08:32 PM



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