Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: omom
  • Content: Threads
  • Order by date
  1. omom

    xsd:string max length

    I have a string defined: <xsd:element name="name" minOccurs="1" maxOccurs="1"> <xsd:simpleType base="xsd:string"/> </xsd:element> Is there a way to define a maximum number of characters it is allowed to have?
  2. omom

    @readfile returns ?

    I'm trying to understand what exactly @readfile() does (as opposed to readfile() ). According to the docs, using @ in front prevents an error message from printing: " Returns the number of bytes read from the file. If an error occurs, FALSE is returned and unless the function was called as...

Part and Inventory Search

Back
Top