Formula question type - two-dimensional list

Re: Formula question type - two-dimensional list

by Miguel Bejarano -
Number of replies: 0

ok Dominique, I appreciate your help.  I worked the question as you indicate it to me.

I take the opportunity to ask. Is there a way to get the i character from a string? For instance:

List = ["Hi", "have a", "nice", "day"];

Char = List[1][2];   # I hope   "v"