Integer variable with limited range?

Hello
I have seen, from tutorial document, the integer variable has a limited range (0,1,2…100).
But I need to define integer variables that are going to get values more than 100. How can I solve this issue?


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

\

Set the upper bound.
E.g.
Integer variable a;
a.up=500;


On 25 Apr, 2013, at 8:10 PM, Hanzel Grillo Espinoza wrote:

Hello
I have seen, from tutorial document, the integer variable has a limited range (0,1,2…100).
But I need to define integer variables that are going to get values more than 100. How can I solve this issue?


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

\

Use the option pf4=0 to loosen this restriction across all integer variables.

Sent from my iPhone

On Apr 25, 2013, at 7:59 AM, Yu Nan wrote:

Set the upper bound.
E.g.
Integer variable a;
a.up=500;

On 25 Apr, 2013, at 8:10 PM, Hanzel Grillo Espinoza wrote:

Hello
I have seen, from tutorial document, the integer variable has a limited range (0,1,2…100).
But I need to define integer variables that are going to get values more than 100. How can I solve this issue?


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

\

Sorry it’s a.ub=xxxx not .up


On 25 Apr, 2013, at 9:33 PM, Ryan Cooper wrote:

Use the option pf4=0 to loosen this restriction across all integer variables.

Sent from my iPhone

On Apr 25, 2013, at 7:59 AM, Yu Nan wrote:

Set the upper bound.
E.g.
Integer variable a;
a.up=500;

On 25 Apr, 2013, at 8:10 PM, Hanzel Grillo Espinoza wrote:

Hello
I have seen, from tutorial document, the integer variable has a limited range (0,1,2…100).
But I need to define integer variables that are going to get values more than 100. How can I solve this issue?


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

\

Thanks a lot you guys for the answers

El jueves, 25 de abril de 2013 14:10:24 UTC+2, Hanzel Grillo Espinoza escribió:

Hello
I have seen, from tutorial document, the integer variable has a limited range (0,1,2…100).
But I need to define integer variables that are going to get values more than 100. How can I solve this issue?


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

\