NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Right Function

Returns aString containing a specified number of characters from the right side of a string.

Right(string, length)

Arguments

string
Required. String expression from which the rightmost characters are returned.
length
Required; Integer. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in string, the entire string is returned.

Remarks

To determine the number of characters in string, use the Len function.

See Also

Example

Left Function | Len Function | Mid Function | Returning Strings from Functions