cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos

Hi,

In scripts i edited text elements, in that i want to check if that value not equal to zero. then i have to process something.

if i give in this way i am getting error invalid label

/: IF &KOMVD-KWERT NE '0'

regards,

Ratna

Accepted Solutions (1)

Accepted Solutions (1)

dani_mn
Active Contributor
0 Kudos

HI,

try this now

/: IF <b>&KOMVD-KWERT&</b> NE '0'

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Ratna,

you should close the opened "&" for the filed

so it should be /: if & KOMVD-KWERT& NE '0'.

~GUDURI