How do I convert a string into a bitmask in javascript?

Posted by user305337 on Stack Overflow See other posts from Stack Overflow or by user305337
Published on 2010-06-18T16:15:04Z Indexed on 2010/06/18 16:43 UTC
Read the original article Hit count: 236

Filed under:
|

Now, this is simple enough when the numbers are small, but numbers like "9223372036854775807" are too large for parseInt().

I'm not sure how to do this within the Google docs script editor, which doesn't seem to allow for external classes.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google-docs