Re: Is there a cap on the length of integer fields?

Anonymous
Not applicable

Is there a cap on the length of integer fields?

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!

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there a cap on the length of integer fields?

Max length doesn't apply to integer fields.

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

Justin_Cooperm2
Level 10

Re: Is there a cap on the length of integer fields?

-2147483648 to 2147483647

SanfordWhiteman
Level 10 - Community Moderator

Re: Is there a cap on the length of integer fields?

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