Post Reply 
Clear All Expression in App?
01-14-2017, 09:34 PM (This post was last modified: 01-14-2017 09:41 PM by Han.)
Post: #2
RE: Clear All Expression in App?
Just set them to null strings. For example:

V0:="";

Code:

nullstring:="";
nullstring:=string(nullstring);
for n from 0 to 9 do
  cmd:="V" + n + ":=" + nullstring;
  expr(cmd);
end;

EDIT: Be aware that the number format could affect the way numbers are turned into strings.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Clear All Expression in App? - DrD - 01-14-2017, 09:23 PM
RE: Clear All Expression in App? - Han - 01-14-2017 09:34 PM
RE: Clear All Expression in App? - DrD - 01-14-2017, 09:48 PM



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