Hi everyone… just wondering… i have a SELE and SCAN… in my code, just wanna ask how many AND can i use with these two?
SCAN FOR condition1 and condition2 and condition 3
ENDSCAN
SELE * from Prelod where condition1 and condition2 and condition3
Although it gave me the intended output, just want to make sure nothing logic error would happen…
Thank you…
SCAN FOR condition1 and condition2 and condition 3
ENDSCAN
SELE * from Prelod where condition1 and condition2 and condition3
Although it gave me the intended output, just want to make sure nothing logic error would happen…
Thank you…