....how do i do more than one condition on a single line o code? it would be something like this
.if ax==IDB:OPEN or .if ax==IDM_OPEN
Can someone help. should be simple. ty in advance
.if ax==IDB:OPEN || ax==IDM_OPEN
(but I doubt IDB:OPEN will assemble)
ty jj. i knew it was something like that. thanks
If you have problems with multiple test conditions, you can always nest them one inside the other.