astouffer, thank you.

What's wrong when I can compile multiplication but not division? I get this error "macro div?ctb not found in macro file."

This compiles OK:
Code:
width = 510 * mon
This will not compile:
Code:
width = 510 / mon
~ Dave