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 not initial

Former Member
24,773

hi,

if <f1> is initial.

...........

endif.

if <f1> is a character field then wht does this means f1 is equals to blank or not equals to blank.

1 ACCEPTED SOLUTION
Read only

Former Member
4,776

if <f1> is initial means f1 is equals to blank.

If u want answers for further questions, reward the correct answers

9 REPLIES 9
Read only

Former Member
0 Likes
4,776

BLANK

Read only

Former Member
4,776

if <f1> is initial -


means it is blank

if not <f1> is initial -


means it has some value ...

Read only

Former Member
4,776

Hi,

Initial means there is no value. Its blank,

Thanks.

Read only

0 Likes
4,776

Variables of type char are never empty, they alway conatins the amount of characters specified. So a char var is initial if it contains only blanks.

String vars are completly different, they can be empty!

Read only

Former Member
0 Likes
4,776

Hi

if <f1> is initial means

f1 is equals to blank.

Read only

Former Member
0 Likes
4,776

Hi,

if initial - contains no value

if not initial - contains some value

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
4,777

if <f1> is initial means f1 is equals to blank.

If u want answers for further questions, reward the correct answers

Read only

Former Member
0 Likes
4,776

Hi

if <f1> is initial means it is blank

if not <f1> is initial means it has some value ...

Rewards if useful,

Ganesh.

Read only

Former Member
0 Likes
4,776

This message was moderated.