Scripting help
Add your rating:
Below is my code, where I am getting confused...
This code is working fine : msgbox not displaying
-------------------------------------------------------
If "1" > "2" then
msgbox "wrong"
end if
-------------------------------------------------------
but
What is the problem in below code? if scenario is the same? : msgbox displaying
-------------------------------------------------------
If "99" > "100" then
msgbox "wrong"
end if
-------------------------------------------------------
This code is working fine : msgbox not displaying
-------------------------------------------------------
If "1" > "2" then
msgbox "wrong"
end if
-------------------------------------------------------
but
What is the problem in below code? if scenario is the same? : msgbox displaying
-------------------------------------------------------
If "99" > "100" then
msgbox "wrong"
end if
-------------------------------------------------------
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
itolutions
13 years ago
Posted by:
pjgeutjens
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.