Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

RIGHT$ returns  returns the specified number of characters from the right side of the argument string value

Syntax

RIGHT$(StrExpr$, Length%) 

Arguments

  • StrExpr$ is

     is the string value to be shorten

  • Length% is

     is the number of characters to include

Remarks

  1. "NullString" is considered as a DETERMINED empty string. 

Examples 

...

returns

"NullString"

RIGHT$("Qnowledge Wageningen", 10)


returns"Wageningen"

RIGHT$("Qnowledge Wageningen", 0)


returns

"NullString"RIGHT$("Qnowledge Wageningen", 50)


returns

"Qnowledge Wageningen"


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview