UpperText =  text .upper .convert  (  Text  )  
                                
Description :

This instruction converts a string into all upper case chars.

Parameters :

  • Text to compute.

Return Value :

  • Text in upper case.

Examples :