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

Error message scenario

Former Member
0 Likes
399

hi all,

when the following error messages will come while syntax check?

1. "&A" is not numeric

2.The field "&Y" has been defined already.

Can any one help me on this..

thanks,

murugan

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi,

If a you define a variable more than once then "<variable> has already been delcared" (second screnario).

eg:

a type char01,
      a type char01.

Regards

Vinod

Read only

0 Likes
358

hi vinod,

thanks for ur reply.. yeah i know that, but it ll give msg like '"&A" is already declared'.

but iwant the scenario for the msg "&A" is already defined.

thanks,

murugan