You can see from the screen captures that
=Len(Orientation)
returns 3 as expected
But what is the syntax for literals in text functions.
=Len(“XYX”) ; double quotes do not work
=Len(‘XYB’) ; single quotes do not work
=Len('XYX') ; escaped quotes do not work
I do not want to create an attribute just to store constant text. Thanks in advance.