Message 1 of 4
multiple condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello,
can i write code like this use AND?
thank you..
(if
(and
(/ SS_NO1 "%%")
(/ SS_BAKNO1 "%%")
(/ SEQREV1RN1 "%%")
(/ SEQREV1RN2 "%%")
(/ SEQREV1RN3 "%%")
(/ SEQREV1RN4 "%%")
(/ SEQREV1RN5 "%%")
(/ SEQREV1RN6 "%%")
(/ SEQREV1RN7 "%%")
(/ SEQREV1RN8 "%%")
(/ SEQREV1RN9 "%%")
(/ SEQREV1RN10 "%%")
(/ SEQREV1RN11 "%%")
(/ SEQREV1RN12 "%%")
(/ SEQREV1RN13 "%%")
(= SEQREV1RN14 "%%")
);end and
(setq NEW-SEQREVRN14 SS_NO1)