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

View Entire Topic
dani_mn
Active Contributor
0 Kudos

HI,

try this now

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