str function

1
Str Function      Returns a Variant (String) representation of a number. Syntax Str(number) The required number argument is a Long containing any valid numeric expression . Remarks When numbers are converted to strings, a leading space is always reserved for the sign of number. If number is positive, the returned string contains a leading space and the plus sign is implied. Use the Format function to convert numeric values you want formatted as dates, times, or currency or in other user-defined formats. Unlike Str, the Format function doesn't include a leading space for the sign of number. Note   The Str function recognizes only the period (.) as a valid decimal separator. When different decimal separators may be used (for example, in international applications), use CStr to convert a number to a string. Page 1 of 1 Str Function 2/24/2015 mk:@MSITStore:C:\SOFT\VB\MSDN_L~1\MSDN\vbenlr98.chm::/html/vafctStr.htm

Upload: hue-tran

Post on 17-Jan-2016

212 views

Category:

Documents


0 download

DESCRIPTION

YYYYYYYYYYYYYYYYYY

TRANSCRIPT

Page 1: Str Function

Str Function

       

Returns a Variant (String) representation of a number.

Syntax

Str(number)

The required number argument is a Long containing any valid numeric expression.

Remarks

When numbers are converted to strings, a leading space is always reserved for the sign of number.If number is positive, the returned string contains a leading space and the plus sign is implied.

Use the Format function to convert numeric values you want formatted as dates, times, orcurrency or in other user-defined formats. Unlike Str, the Format function doesn't include aleading space for the sign of number.

Note   The Str function recognizes only the period (.) as a valid decimal separator. Whendifferent decimal separators may be used (for example, in international applications), use CStrto convert a number to a string.

Page 1 of 1Str Function

2/24/2015mk:@MSITStore:C:\SOFT\VB\MSDN_L~1\MSDN\vbenlr98.chm::/html/vafctStr.htm