Does some Integer data types differnate with other Programming languages?

Posted by Wayne on Stack Overflow See other posts from Stack Overflow or by Wayne
Published on 2010-06-01T08:41:10Z Indexed on 2010/06/01 8:43 UTC
Read the original article Hit count: 230

Do Integer data types allow spaces when it should be just numeric?

Do other programming languages allow spaces in an Integer data type?

For example, MySQL database storage does not allow spaces to be stored in an int data type. Do other languages allow it?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about datatypes