MULTEXT - Document MQL2. SgmlQL reference/Operators.
Name operators

Hidden names

NOT IMPLEMENTED

The following operators convert between hidden and visible names.

Prototype

name <-- tohidden(name)

name <-- tovisible(name)

Examples

  • tohidden(DIV);
  • #DIV
  • tovisible(#DIV);
  • DIV
  • tohidden(#DIV);
  • #DIV

    The following operator returns TRUE if the name is hidden:

    Prototype

    boolean <-- ishidden(name)

    Examples

  • ishidden(#PCDATA);
  • TRUE
    




    | Top | Next | SgmlQL reference | LPL/CNRS | MULTEXT

    Copyright © Centre National de la Recherche Scientifique, 1997.