Posted 30 January 2013 - 03:02 AM
hey, ive been having troubles splitting a line from file:read() into pieces (basically i want to know how to edit a string)
for example, how would you split this
line = "12345678"
value[1] = "12"
value[2] = "34"
value[3] = "56"
and so on…
this seems like an easy thing to do, but the search engines have dubiously failed to return any answers.
thanks in advance.
for example, how would you split this
line = "12345678"
value[1] = "12"
value[2] = "34"
value[3] = "56"
and so on…
this seems like an easy thing to do, but the search engines have dubiously failed to return any answers.
thanks in advance.