Uppercase

From Mesham

Jump to: navigation, search

Overview

This uppercase[s] function will return the upper case result of string or character s.

  • Pass: A string or character
  • Returns: A string or character

Example

var a:="HeLlO";
var c:=uppercase[a];
Personal tools