79467685

Date: 2025-02-25 19:33:12
Score: 3.5
Natty:
Report link

'If i want leading spaces in fixed number format minimum 4 digits with leading spaces up to you to validate number is in range and doesn't get truncated. dim string as string dim num as integer

num = 999

tstr = right(" " & format(num, "#0"),4)

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: StuckySB