VB6
수치 출력시 모자란 자릿수 다른 문자로 채우기
풍경비엠
2011. 10. 1. 22:22
replace(format(출력할 수치나 문자,"자릿수 만큼 @")," ",공백 대신 채울 문자)
replace(format(hex(15),"@@")," ",0)
결과는 0f
replace(format(hex(15),"@@")," ",0)
결과는 0f