Equinox Online Help - Language Reference - A to Z
StrCase |
|
|---|---|
| Applies to | ![]() |
| Syntax | Strcase StringItem [, CaseExpression] |
| Action | [Statement] Changes the case of the characters in a string. |
| Scope | Usable anywhere. |
| Notes | This function converts the case of StringItem, depending on the value of CaseExpression. CaseExpression can take the following values:
If you omit CaseExpression, it defaults to zero. |
| Category | Conversions |
| See Also | Asc, Card, ChoosePrinter, HexNum, HexStr, Lowercase, Ord, Str, StrDate, StrTime, Uppercase |
| Example | In the following examples, the notes show what sort of result is obtained for each statement. string vsVariable |
