[ODK Community] Integer Limit

Use a string field and set the appearance to "numbers"

··· Sent via the Samsung Galaxy Note® II, an AT&T 4G LTE smartphone -------- Original message -------- From: ゴー・ニコライ Date: 07/20/2013 2:48 PM (GMT-08:00) To: opendatakit@googlegroups.com Subject: Re: [ODK Community] Integer Limit

On Saturday, July 20, 2013, PS PRAKASH wrote:
Hi all,

Is there any way to increase the integer digits?, Now it is restricted to 9 digits.

Thank you

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The 9-digit limitation cannot be changed. This limit arises because the
value needs to fit within an 'int' data type within Java. That data type
uses 32 binary digits (bits) to store the value, including the plus/minus
sign. This means it can store a value as big as 2^31, which is about 9
decimal digits.

Mitch

··· On Sun, Jul 21, 2013 at 12:53 PM, josephkinyon wrote:

Sent via the Samsung Galaxy Note(R) II, an AT&T 4G LTE smartphone

-------- Original message --------
From: ゴー・ニコライ nikolai.go@gmail.com
Date: 07/20/2013 2:48 PM (GMT-08:00)
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Integer Limit

Use a string field and set the appearance to "numbers"

On Saturday, July 20, 2013, PS PRAKASH wrote:

Hi all,

Is there any way to increase the integer digits?, Now it is restricted to
9 digits.

Thank you

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com