hello guys
what is wrong in this syntax please ? i got invalid syntax in this environnement
the aim of this : export all zone with a criteria in colour define by one UDA :tmpdescolour
thanks fo helping
hello guys
what is wrong in this syntax please ? i got invalid syntax in this environnement
the aim of this : export all zone with a criteria in colour define by one UDA :tmpdescolour
thanks fo helping
a lot
!nbzone is declared twice and never used
!nomzone is used in EXPORT command
:TMPDescolour of zone <- zone not a variable, should be $!nbzone when it is only used in the loop...
hi henrik
a lot : you are right, i'm not expert with pml ;)
here my modifcations, but always error
an other request for help :
my site name are like ?-XX? and i would like to export only site
with name XX not equal to S0,S1,S3....,P0,P2....,R1,R2,R3... (i got 31 level of name)
what should be a good an simple syntax ?
thanks for helping
I am not sure it gotten much better
What is the purpose of the var !nbzone arraysize(!nomzone) line?
In your loop you need to use the !x variable to access each element.
e.g var !colzone :TMPDescolour of $!x
export $!x ....
Otherwise your commands inside the loop will be on the same CE all the time..
About site names, well, it depends on what ? before -X and the ? can contain. But lets take one step at a time.