Skip to main content
August 5, 2015
Question

Is there a cap on the length of integer fields?

  • August 5, 2015
  • 2 replies
  • 1519 views

Hi,

Does anyone know if there is a limit to the length? I think it is 255 characters but I want to be sure.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
August 5, 2015

Max length doesn't apply to integer fields.

The max value is 2147483647 (32bit unsigned int max).

Justin_Cooperm2
Level 10
August 5, 2015

-2147483648 to 2147483647

SanfordWhiteman
Level 10
August 5, 2015

My bad, I meant to write "signed"...