/ Published in: ActionScript
Expand |
Embed | Plain Text
function estraiValore(stringa, inizio, fine){ var symbolPos:Number = descrizione_text.indexOf(symbol); posizione = stringa.indexOf(inizio); str = substring(stringa, posizione); str_two = substring(str, inizio.length+2); second_pos = str_two.indexOf(fine); str_three = substring(str_two, 0, second_pos); nValore = str_three; }
You need to login to post a comment.
