How to replcae text with numbers

i have a text in label = ABCD
i want to replace this text in text box 2 with numbers
A=1 , B=2 , C=3 ,D=4
RESULT TO GET IN TEXT BOX 2 = 1234

Make a dictionary and use replace all mappings block

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.