How to write a rule which takes two input a char and an integer,ruleInput: (A,2)Output: (A1;A2)
anyone can give me the answer
Discussion posts and replies are publicly visible
Hi, based on your input and output I am guessing you are trying to concatenate two inputs n number of times. if so, below snippet could be helpful
for
a!forEach( items: enumerate(ri!integer)+1, expression: concat(ri!text,fv!index) )