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

Compare with Current View Page History

« Previous Version 9 Next »

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

Syntax

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