How to Map a property value to a pagelist value using character limit

For example i have a text property “.Test” with value “qwert”. I need to break this by using 2 characters at a time like below.

TestList(1).pyNote=qw

TestList(2).pyNote=er

TestList(3).pyNote=t

t is single but it should append as well.

Please suggest

@RAVIRAJAP

Please find the screenshots provided the steps to achieve the requirement.

Hope this helps.

@Kishore Kumar Madduri Thank you very much