pcmedic411
Programmer
Hi,
I am having trouble lining up dollar signs. Here is my code:
Now I thought that would line up all the signs, but it puts the signs in the end of the previous column.
If I use this code:
The dollar signs are in the correct column but they do not all line up. Any suggestions?
Thanks,
Chuck
I am having trouble lining up dollar signs. Here is my code:
Code:
PRINT USING "& & $####,.## $####,.## $####,.##"; NAME$; TAB(18); DEPT$; TAB(34); BONUS; TAB(48); LOONGBONUS; TAB(66); MOEARNINGS
If I use this code:
Code:
PRINT USING "& & $$####,.## $$####,.## $$####,.##"; NAME$; TAB(18); DEPT$; TAB(34); BONUS; TAB(48); LOONGBONUS; TAB(66); MOEARNINGS
Thanks,
Chuck