====== strupper ====== ===== Description ===== Convert a text string to upper case. ===== Function prototype ===== string strupper ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //Text// | string | The text string to be converted to UPPER CASE. | ===== Return value ===== A string containing the input text converted to upper case. ===== Example ===== echo ... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as: THIS WAS ALL LOWER CASE ===== Comments ===== None. ===== See also ===== * [[plugins:general:zeoscript:reference:functions:strlower]]