Hi there,
FIELDA = 50 (integer)
FIELDB = ' 50' (string)
FIELDB is 3 chars long
I want the numeric FIELDA value 50 convert to FIELDB (=3 chars).
After the conversion the result must be ' 50' (including 1 space before the 50).
Is there a function in VB I can do this ?
Many thanx!!!


Reply With Quote
