Okay, I don't know how I've not run across this until now, but I need to know how to print stuff to the screen. I'm using my touch probe to measure a couple of places, doing some math on the data and (for now) am storing the result in an unused fixture offset. Sure, I can read the data right there in the fixture offset but I'd rather make it more obvious (to, say, the dim-witted guy who'll be running the machine). ;-) I'd like to just be able to print it to the screen...something like, "The value is: #101", and the contents of variable #101 is displayed. This is possible, right? I see there's a DPRINT command for sending to the serial port but so far haven't found what I'm looking for.