Previous Page | Next Page

Functions for NLS

KRIGHT Function



Right-aligns a character expression by trimming trailing DBCS blanks and SO/SI.
Category: DBCS
Restriction: I18N Level 2
Tip: RIGHT in SAS Language Reference: Dictionary.

Syntax
Arguments
Details
See Also

Syntax

KRIGHT(argument)


Arguments

argument

specifies any SAS character expression.


Details

The KRIGHT function returns an argument with trailing blanks moved to the start of the value. The argument's length does not change.


See Also

Functions:

KCOMPRESS Function

KLEFT Function

KTRIM Function

Previous Page | Next Page | Top of Page