Versions Compared

Key

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

...

  • StrExpr$ is the string value to be shorten
  • Length% is the number of characters to include

Remarks

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

Examples 

RIGHT$("NullString", 3)

returns

"NullString"


RIGHT$("Qnowledge Wageningen", 10)

...

RIGHT$("Qnowledge Wageningen", 0)

returns

"NullString"


RIGHT$("Qnowledge Wageningen", 50)

...