|
-
February 15th, 2007, 12:42 PM
#4
Re: Str function in VB
Right.
The str() function takes in account that there might be a negative number, preceded by a '-'. Str() precedes positive numbers with a blank and will thus result in equal length strings to positive and negative numbers. (Str(-100) has the same length as str(100))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|