DUO question, return values debug and pathfinding

vincentnl

Active member
Joined
Mar 29, 2003
Messages
40
Location
Netherlands
Hi there,

I use nested function of the form

if (InField(pt)&CheckLocation(pt)) Move(5);

In debug I want to see what these two functions return, but when I press F10 It executes the code, but I can not see the return values of the functions.

How can I do this. I know F11 let;s me step into the functions, but that is bothersome, I just want the return values.


Second question. I have a board (represented with a matrix) with objects. How can I find the shortest route? Anybody some good sites about that?

tx

Vincent
 
Back
Top