ok here is what i am attempting to accomplish:
i am currently loading a file into a string which looks something like ~
[1] = { ["Leave"] = { [1] = { ["player"] = "Warbolt", ["time"] = "12/13/05 20:12:42", },
using a loop i have been able to print the information i need. which from the snippet above is
Warbolt
i need to know how to extract the data from the string above into a new string.