In javascript how would i convert a integer into a fixed 32bit integer. And then how could i append this to the start of a string, but still as a 32bit int?
Thankyou !
Answer
Turns out it cant be done…..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quickly , you could use the Math object in Javascript
Javascript does not know if it is an INT. It only knows numbers.
Then to append a string to a number just do something like :