I'm sure it's staring me in the face, but why doesn't this work in the Designer Scripts part of Designer:
width=100%x
If width>320 Then
'do some things for higher resolution devices
End If
I get "Error parsing 1>320 as a number"
Is there a web page describing this version of the scripting language somewhere?
Robert
width=100%x
If width>320 Then
'do some things for higher resolution devices
End If
I get "Error parsing 1>320 as a number"
Is there a web page describing this version of the scripting language somewhere?
Robert