Core Function UCLast

From Sputnik Wiki
Jump to: navigation, search
UCLast( <expression> ) 

Contents

Description

Upper Cases last letter of string.

Parameters

expression

The string to use.

Return Value

Success: Returns new string.

Failure: Returns old string.

Remarks

None.

Example

$str = "the quick brown fox";
MsgBox(     UCLast($str)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox