function to pad a string with '-' to make it 10 long

  • How do I write a function that takes in a string and pads it with '-' (from the right) to make it 10 characters long????

  • 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