Posted 03 June 2013 - 05:28 AM
Hey guys,
Im trying to make something, but for that I need to do 2 things with string that I do not know how to do.
I also want to count how much symbols the string has, is this possible?
Im trying to make something, but for that I need to do 2 things with string that I do not know how to do.
--I have this variable.
local string = string1
--And I want to convert that string into multiple strings, that each
--contain 1 symbol of the string.
local stringPart1 = s
local stringPart2 = t
local stringPart3 = r
local stringPart4 = i
local stringPart5 = n
local stringPart6 = g
local stringPart7 = 1
I also want to count how much symbols the string has, is this possible?