In VB Script in Photoshop, is it possible to implement conditionals such as:
if A<>B Then
....code....
End if
I can compare equals, i.e. "if A=B etc etc", but I cannot find the syntax for comparing in the "different".
I have tried different combinations of syntax in line with what I know of coding (aka batting in the dark) to no avail. BTW, this apparent limitation would not matter except that there is no GOTO avalibale here statements that I know of. Regards,