MikeCopeland
Programmer
Using CR XI...
I have a formula that converts scalar data to textual description - but the text contains leading blanks. When the output is displayed, the blanks are "compressed" and the output doesn't line up as I'd like. Here is what I'm doing:
select{FCCommMain.SalaryRange}
case 9: " 0 - 5,000"
case 10: " 5,001 - 12,650"
case 11: "12,651 - 18,000"
case 12: "18,001 - 25,000"
case 13: "25,001 - 35,000"
case 14: "35,001 - 45,000"
case 15: "45,001+ "
default: "???????????????"
(All text strings are the same length, although this message doesn't show this...)
All I want to do is align the text output to the right and/or right-justify it. I can't seem to find any way to accomplish this. Please advise. TIA
I have a formula that converts scalar data to textual description - but the text contains leading blanks. When the output is displayed, the blanks are "compressed" and the output doesn't line up as I'd like. Here is what I'm doing:
select{FCCommMain.SalaryRange}
case 9: " 0 - 5,000"
case 10: " 5,001 - 12,650"
case 11: "12,651 - 18,000"
case 12: "18,001 - 25,000"
case 13: "25,001 - 35,000"
case 14: "35,001 - 45,000"
case 15: "45,001+ "
default: "???????????????"
(All text strings are the same length, although this message doesn't show this...)
All I want to do is align the text output to the right and/or right-justify it. I can't seem to find any way to accomplish this. Please advise. TIA