Application Development and Automation 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: 
Read only

number problem

Former Member
0 Likes
698

Hi

if a , b are type of

a type p decimals 1 ,

b type p decimals 1 ,

and now when i do addition

a = b + 7.5 .

it gave me error

Statement "5" is not defined. Please check your spelling.

Regard Nutan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

Hi

write the statement like this..

a = b +' 7.5' .

4 REPLIES 4
Read only

Former Member
0 Likes
665

write a = b + '7.5'.

reqward if helpful

Read only

Former Member
0 Likes
665

hi nutan

instead of dot use comma

like

a = b + 7,5.

i think it must work.

cheers

snehi chouhan

Read only

Former Member
0 Likes
666

Hi

write the statement like this..

a = b +' 7.5' .

Read only

0 Likes
665

Hi,

I think if something solves the problem then points should be given accordingly, since my answer certainly would have solved your problem, so rewarding with helpful answer doesnot show a good gesture.