Versions Compared

Key

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



 returns UCASE$ returns a upper case string value for a (mixed) upper/lower case string value


Syntax

UCASE$(StrExpr)

Arguments

  • StrExpr is a string value  

...

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

Examples

UCASE$("NullString")

returns

"NullString"


UCASE("Qnowledge")

returns
"QNOWLEDGE"


 

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