Hi,
Is there a better way for me to write this conditional statement?
It is working, but it is very long.
I also attached the file for better readability.
Thank-you in advance!
'Loop Script
For size = 64 to 8976
print "Packet length is " & size
For i = 1 to 1
If size > 64 AND size = 256...
Regarding Instr function:
Is it possible to verify that a number is > or < a particular value?
for example,
If InStr(1, str1, str2, 1) > 0 Then
msgbox "PASS: str1 is greater than str2"
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.