Version

UltraCalcFunctionRight Class

Gets the rightmost characters from a text value, up to the specified number of characters.
Syntax
'Declaration
 
Public Class UltraCalcFunctionRight 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionRight : BuiltInFunctionBase 
Remarks

RIGHT(text_value, num_chars)

Text_value is a piece of text or reference to some text ending with a substring you want to retrieve.

Num_chars indicate the number of characters retrieved from the end of text_value. An error value is returned if this argument is less than zero. If this argument exceeds the length of text_value, then all of text_value is retrieved. If omitted, the last character of text_value is retrieved.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also