Hi,
I want to prefix each value in the list.
but I can't find the way.
I have prepared the incomplete robin code below. I would be grateful if you could add it and let me know.
/# 【How to prefix each value in the list】
Below is the incomplete robin code.
I want to process "List" to "AfterList".#/
SET List TO ['Tokyo', 'Osaka', 'Okinawa']
LOOP FOREACH CurrentItem IN List
SET ReplacedList TO $'''\"+\"%CurrentItem%'''
END
SET AfterList TO ['+Tokyo', '+Osaka', '+Okinawa']

Report
All responses (
Answers (