How to select and print 1 character from a string

How to select and print 1 character from a string

ex)
String: helloworld
How to print 'w' when a value of 6 is entered

ex2)
String: helloworld
How to put 'r' in variable A when the value 8 is entered

If this is an already answered question, please link

This sentence has been translated from Korean.

You can use the Substring of Variable or Clipboard action with the variable that holds the value:

Example Macro.kmmacros (3.0 KB)

3 Likes

thanx a lot ! ! !

1 Like