Hi, I have a QStringList and I need to consult the string in a specified position various times (2 or 3 times). Do you think that's more eficient copying it in an auxiliar string variable or its fater consult the specified position in the list everytime because it doesn't need to do the copy?