WHERE CAR EQ '$$'
WHERE CAR EQ '$$'
(OP)
HI
I have in a program this test
where car eq '$$$$'
what is the meaning of this test
thanks breyt
I have in a program this test
where car eq '$$$$'
what is the meaning of this test
thanks breyt
RE: WHERE CAR EQ '$$'
The $* combination allows any sequence of zero or more charcaters.
Your example looks for values of car with a length of four characters.
See C 4 in Creating Reports with WebFOCUS Lnaguage.
HTH
RE: WHERE CAR EQ '$$'
Breyt