angela.orr
Newbie
Points: 9
More actions
November 26, 2008 at 3:15 am
#215881
How do I write a function that takes in a string and pads it with '-' (from the right) to make it 10 characters long????
Vic.K
SSC Eights!
Points: 970
November 26, 2008 at 3:28 am
#903607
Left(Coalesce(@String, '') + '----------', 10)
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply