there are several ways to view the value of a Variable...During debug mode,
add some Debug.Print <variable> in the code where the result will get
displayed in the Immediate Window...And all Debug.print code doesn't get
compiled into the executable or dll.
Either put break points and check the Locals Watch window in Debug mode..
If you wish to do this in an Executable then you much add code such as
MsgBox or possibly create a temp file and print data and information into
it, but this is something that ideally would be done while you are in debug
mode.
Hope this helps
GV
Post by W.Ri would like to know how i can check on a value for a data name while the
program is running.
data name is adltcnt