<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>I'm currently trying to understand the implementation of <i>get_type</i>
      in netget.c, specifically how more complex variable types (such as
      ENUMs or RANGEs) are represented by text. On my own UPS, it
      doesn't seem to have anything more complicated than a number or
      string (or UNKNOWN).</p>
    <p>It looks like it would be theoretically possible for a var to
      show as enum OR range AND string OR number, is that true?</p>
    <p>Thank you in advance,</p>
    <p>Glen<br>
    </p>
  </body>
</html>