No - your information is without context!

The point of the exercise is to place meaningful print statements in the code you're debugging so you can see if you are providing the correct input, and it is being interpreted correctly. Sometimes a UDF will expect a number and you pass it a string (because it ends in a space).. I like to print numbers between other chars - like
"X=" $X "!" ?
With the trailing "!", you can see if there are spaces before or after the number contained in $X.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D