Post Reply 
Debugger displays unevaluated expressions.
03-10-2014, 10:39 PM
Post: #3
RE: Debugger displays unevaluated expressions.
Maxheight2: 7.3894E-4/(1.0000/3.9600E3). Or (my favorite)
height1 =
1.0000+FLOOR(5.0000+1.55O0e2*(
1.0000-2.2150e-9/(1.0000/3.9600E
3)/(7.3894E-4/(1.0000/3.9600E3)))+
5.0000E-1)

if your code is using the "=" sign as above, try that again with ":=" like:

height1:=1.0000+FLOOR(5.0000+1.55O0e2*(1.0000-2.2150e-9/(1.0000/3.9600E
3)/(7.3894E-4/(1.0000/3.9600E3)))+
5.0000E-1);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Debugger displays unevaluated expressions. - DrD - 03-10-2014 10:39 PM



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