Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in module pool.

Former Member
0 Kudos

1 : I am creating a module of finding even odd number and there is an error when we entered too long number.

Suggest......

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

too long number - how long it is. You can use type N data type for the same with length specification.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi,

In the screen layout editor change the output length.

Regards,

Renjith Michael.

Former Member
0 Kudos

hi,

check the declaration of the variable, and make sure the number you enter falls under that range.

pl reward points if helpful..