Flash Question
Flash Question
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- System-Idle0
parse the imported var with a for loop using var.length
add each letter to an new var as you go (using substring)
when var.substring(i,i++)
equals ,
end for loop.
(i is var used in for loop)