Post Reply 
Problems with export CMD
02-27-2017, 01:14 AM
Post: #3
RE: Problems with export CMD
If you run for example inputv1a for first time x -> 0, then if you enter a value of 8, and then you close the program, the next execution appears x -> 8 and not x -> 0

It becomes zero when you recompile, for example when you edit the source code (prg editor calculator), or from the program editor of HPconnKit this is correct x -> 0

PHP Code:
export x:=0;
export inputv1a()
BEGIN  
  input
);
  return 
"Done";
END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problems with export CMD - compsystems - 02-27-2017, 12:47 AM
RE: Problems with export CMD - Carlos295pz - 02-27-2017, 01:02 AM
RE: Problems with export CMD - compsystems - 02-27-2017 01:14 AM
RE: Problems with export CMD - Han - 02-27-2017, 03:11 AM



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