VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Alingment Setting for Numeric value

by Ambrish Raval (Jamnagar) (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 18th March 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Alingment Setting for Numeric value

Rate Alingment Setting for Numeric value



    Dim length, diff As Integer
    length = Len(CStr(value))
    diff = 15 - length
    value = String(diff, " ") & value
    arrange = value
    Exit Function
End Function

Download this snippet    Add to My Saved Code

Alingment Setting for Numeric value Comments

No comments have been posted about Alingment Setting for Numeric value. Why not be the first to post a comment about Alingment Setting for Numeric value.

Post your comment

Subject:
Message:
0/1000 characters