<?> at End of Response String Has Same Effect as <Ignore>

Last reviewed: May 5, 1997
Article ID: Q102687
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SYMPTOMS

<?> and <ignore> are macros that can be used in response strings in MODEM.INF and PAD.INF, and potentially in SWITCH.INF.

The macro <?> means to match any single character, and <ignore> means to match any remaining characters in the line; that is, ignore the rest of the string from this point on.

When <?> occurs at the end of a line, however, it matches not just a single character, but any number of following characters, which achieves the same effect as <ignore>.

For example, "River's en<?>" matches the following:

   River's end
   River's ent
   River's end.
   River's entire length of many miles.

CAUSE

There is a problem in the software that implements the macros.

WORKAROUND

Even though these macros work similarly, it is a good idea to use them as they were intended to work so that when the problem is corrected, you will have the correct macros in place.

REFERENCES

Windows NT Advanced Server Remote Access Service "Administrator's Guide," version 3.1, Appendix E


Additional query words: prodnt
Keywords : kbnetwork ntras NTSrvWkst
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 5, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.