Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created November 26, 2012 05:50
Show Gist options
  • Save rjattrill/4146767 to your computer and use it in GitHub Desktop.
Save rjattrill/4146767 to your computer and use it in GitHub Desktop.
Convert string to number - actionscript
var value:Number = rs.value_num == null ? NaN : rs.value_num;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment