Hi
Suppose you have this table:
local questions = {
{ question=“Who wrote Hamlet?”, answer=“William Shakespeare” },
{ question=“Who wrote Jane Eyre?”, answer=“Jane Austen” },
}
Is there a way to find the length of the string in questions[1].answer ?
thanks in advance,
David