Message 1 of 8
Using Str$ to convert integers
Not applicable
06-01-2006
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this simple code:
Str$(iVertex + 1)
Say that iVertex is 29....
The string returned from this call is " 30"
Why am I getting the space before the number in the string?
It should be "30"
This happenes for all of the values that I attempt to convert into strings.
Thanks for any help.
Andrew
Str$(iVertex + 1)
Say that iVertex is 29....
The string returned from this call is " 30"
Why am I getting the space before the number in the string?
It should be "30"
This happenes for all of the values that I attempt to convert into strings.
Thanks for any help.
Andrew