SYNOPSISvarstrlst refInfoGetTypes(refInfo ref)
Parameters:
ref - A refInfo object
Returns:
varstrlst list of one or more types for the reference
Types may be one or more of:
linkimageframeiframestrlink
DESCRIPTION
The refInfoGetTypes function returns the varstrlst list
of types for the reference. Note that with arrayconvert
enabled (here; default on), the list will be
returned as a Vortex array.
Most references are only one type, e.g. link. However, some
are multiple types, e.g. an IFRAME can be both an iframe and a
link.
EXAMPLE<$ret = (refInfoGetTypes($ref))>
Types: <loop $ret> $ret </loop><fmt "\n">
SEE ALSOrefInfoGetTagName