Solved
find letter series {a , bc, def, ghij, klmno __________________________ a-z}
A, 1
BC, 2
DEF, 3
GHIJ, 4
KLMNO 5
--------- --
A to Z 26
A, 1
BC, 2
DEF, 3
GHIJ, 4
KLMNO 5
--------- --
A to Z 26
a!forEach(
items: enumerate(8),
expression: joinarray(
a!forEach(
items: enumerate(fv!index) + sum(enumerate(fv!index)) + 1,
expression: index(
"abcdefghijklmnopqrstuvwxyz",
fv!item,
{}
)
)
)
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.