/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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; }