Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

StringRight()

  • Last UpdatedJul 22, 2024
  • 1 minute read

Returns the specified number of characters starting at the right-most character of text.

Category

String

Syntax

StringResult = StringRight( Text, Chars );

Parameters

Text

Actual string or a string attribute.

Chars

The number of characters to return or an integer attribute.

Remarks

If Chars is set to 0, the entire string is returned.

Examples

StringRight("The Pump is On", 2) ' returns "On";

StringRight("The Pump is On", 5) ' returns "is On";

StringRight("The Pump is On", 87) ' returns "The Pump is On";

StringRight("The Pump is On", 0) ' returns "The Pump is On";

See also

StringASCII()

StringChar()

StringFromIntg()

StringFromReal()

StringFromTime()

StringInString()

StringLeft()

StringLen()

StringLower()

StringMid()

StringReplace()

StringSpace()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in