Help, IF command
Help, IF command
(OP)
Hi everybody,
is it possible to compare more than three numeric and character mvar at the same time?
Example: a=1, b=2, c='yyy', d='zzz' - IF a=0 .and. b=0 .and. c=' ' .and. d=' ' (I know it doesn't work, it's just to explain myself)
If yes, how to fit them in a IF command?
-dBase III Plus-
Thank you
(excuse my bad English)
Regards
is it possible to compare more than three numeric and character mvar at the same time?
Example: a=1, b=2, c='yyy', d='zzz' - IF a=0 .and. b=0 .and. c=' ' .and. d=' ' (I know it doesn't work, it's just to explain myself)
If yes, how to fit them in a IF command?
-dBase III Plus-
Thank you
(excuse my bad English)
Regards

RE: Help, IF command
CODE
Are you getting an error?
These expressions will also work:
CODE
CODE
Lyndon
RE: Help, IF command
I already solved ... it was a lapsus
At the beginning it seemed to me that it didn't work.
I have to stop working until 4am.!!
RE: Help, IF command
Lyndon
RE: Help, IF command