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

IF and Call Method

Former Member
0 Likes
602

Hi Gurus,

Is it right to use call method within If and Endif statements?

if flag 'X'.

call method...

endif.

Please advise.

Meghna

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
569

Yeah, why not? What makes you think that it is not OK?

Hi Gurus,

Is it right to use call method within If and Endif statements?

if flag 'X'.

call method...

endif.

Please advise.

Meghna

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
570

Yeah, why not? What makes you think that it is not OK?

Read only

Former Member
0 Likes
569

Yes, can do it.

Read only

Former Member
0 Likes
569

Hi,

Yes, you can use the call method where you want.

Thanks

Sudheer