Feedback

  • Contents
 

Keypad Map

This System tool takes a string and maps each character to its corresponding character from a telephone keypad. The numeric equivalent is stored as a string value. For example, the character ‘b’ would be mapped to the keypad equivalent of ‘2’. ‘Q’ is mapped to ‘7’, and ‘Z’ is mapped to ‘9’.

Inputs

String to be mapped to keypad equivalent

This is the string to be converted.

Map punctuation to "*"?

Set this parameter to true to map all punctuation to the character "*". Set this parameter to false if you want punctuation to be ignored.

Outputs

Keypad equivalent string

This string value contains the numeric equivalent to the keypad presses.

Exit Paths

Next

This step always takes the Next exit path.