123456789101112131415161718192021222324252627282930313233 |
- .. _func_string_upper:
- =====
- Upper
- =====
- Upper -
- Description
- ===========
- .. code-block:: blitzmax
- Upper$( str$ )
- Convert string to uppercase
- Parameters
- ==========
- Return Values
- =============
- Uppercase equivalent of @str
- Examples
- ========
- See Also
- ========
|