You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

Syntax

UCASE$(StrExpr)

Arguments

  • StrExpr is a string value  

Remarks

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

Examples

UCASE$("NullString")

returns

"NullString"


UCASE("Qnowledge")

returns

"QNOWLEDGE"


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

  • No labels