Sequence
1) Copy (Ctrl+C)
2) IF statement ==> Type "OR" hit space bar -- oops code stuffs with
Rectangle.Empty
is this a bug?
additional example:
If
isEmptyL = True Or isEmptyI = True Or isEmptyE = True Then
isEmpty =
True
End If
Error details
If isEmptyL = True Or isEmptyI = True Or isEmptyE = True Rectangle.EmptyThen
isEmpty =
True
End If