of     1   

helloburp
#182925609Wednesday, February 03, 2016 6:57 AM GMT

i might just be really stupid, but i am trying to divide up a number by commas but i can't get my mind wrapped around how this would be done. I'm not telling you to script it for me, but maybe just a few helpful notes to push me in the right direction.
cofunction
#182925668Wednesday, February 03, 2016 6:59 AM GMT

local numbers = {"1", "5", "2", "4", "10"} for word in value:gmatch("[^,]+") do print(word) end #Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217")
cofunction
#182925680Wednesday, February 03, 2016 7:00 AM GMT

Sorry I have it saved as a model and forgot to edit some things: for number in numbers:gmatch("[^,]+") do* #Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217")
helloburp
#182925713Wednesday, February 03, 2016 7:01 AM GMT

i mean like to slice up numbers like this: 1,547,261
cntkillme
#182925758Wednesday, February 03, 2016 7:03 AM GMT

You could reverse the integer and add a comma after every 3 digits when there is a next digit after it?
helloburp
#182925999Wednesday, February 03, 2016 7:18 AM GMT

What is the function to reverse a string? (I will change the int to string)
cofunction
#182926010Wednesday, February 03, 2016 7:18 AM GMT

helloburp
#182926013Wednesday, February 03, 2016 7:18 AM GMT

And how would I add characters between strings?
cofunction
#182926029Wednesday, February 03, 2016 7:19 AM GMT

string..","..string.."v,"..string #Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217")
cofunction
#182926041Wednesday, February 03, 2016 7:20 AM GMT

Ignore the 'v', just a typo, lol. #Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217")
helloburp
#182926212Wednesday, February 03, 2016 7:32 AM GMT

Thanks. Love your namesnipe btw, surprised it wasnt taken by 2012.
cofunction
#182926253Wednesday, February 03, 2016 7:35 AM GMT

128Gigabytes
#182928834Wednesday, February 03, 2016 11:48 AM GMT

Pastebin /kGtVJT1c
triode
#182932839Wednesday, February 03, 2016 3:10 PM GMT

But my namesnipe...

    of     1