I have the line:
dpText hFile%, 1.25, 1., %DDOC_CENTER,"7"
and it prints on the page just fine. What I would like to is print the value of
a variable, say count%:
dpText hFile%, 1.25, 1., %DDOC_CENTER,count%
I gather dpText prints text, but what prints numbers?
Thanks,
Steve
dpText hFile%, 1.25, 1., %DDOC_CENTER,"7"
and it prints on the page just fine. What I would like to is print the value of
a variable, say count%:
dpText hFile%, 1.25, 1., %DDOC_CENTER,count%
I gather dpText prints text, but what prints numbers?
Thanks,
Steve
Comment