Ron:

In PICK mode there is no "LIKE" keyword.  Comparisons use the normal "=",
"#", etc operators.  So your example should be:

LIST VOC WITH @ID = "XREF]" AND WITH TYPE = "F"

...or

LIST VOC = "XREF]" WITH TYPE = "F"

(notice the upper-casing)  :-)

Hope this helps.

Bill



>    Ron Hutchings wrote...
>
>    Within the pick environment there is situation where you are forced to
use
>    upper case:
>
>    List Voc with @id like XREF... and with Type = "F"
>
>    The interpreter won't recognize most of this statement.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to