Can't Set flag 72



Post: #5

I'm trying to set flag 72 inside a User-Rpl program.

<<...blabla 72 SF blabla...>>

There is a reason for it. What reason?

Thanks in advance

Pio


Post: #6

Quote:
I'm trying to set flag 72 inside a User-Rpl program.

<<...blabla 72 SF blabla...>>

There is a reason for it. What reason?

Thanks in advance

Pio


That would set user flag 72. Assuming that you want to set the system flag, use a negative number, for example:
<<...blabla  -72 SF  blabla...>>
Regards,
James
Post: #7

Syntax is -72 SF


Post: #8

Thank you a lot...

Pio


Forum Jump: