Skip to content

Instantly share code, notes, and snippets.

@FalkoJoseph
Created August 5, 2011 19:06
Show Gist options
  • Save FalkoJoseph/1128256 to your computer and use it in GitHub Desktop.
Save FalkoJoseph/1128256 to your computer and use it in GitHub Desktop.
Concat
// CONCAT
/////////////////////////////////////////////////
function parse_var(val, line_nr)
{
// LINE
THE_LINE = line_nr+1;
// SPLIT THE CONCATTED VALUES
concat_data = val.split("+");
trace(concat_data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment