If 100%x > 100%y Then
' เขียนโปรแกรมจัดการในแนวนอน
else
' เขียนโปรแกรมจัดการในแนวตั้ง
end If
'Else If' should be supported. Can you post the script you are trying to run?
supported since version 2.30 up,I had used it.
There was a bug related to >=, <=. Try to use >, < instead.
It was fixed in v2.7 if I remember correctly.