Code: Select all
Debug PeekS(XML_ExpatVersion_())
PB 5.0 upgraded expat to 2.1.0. Looking at the source for that expat, the function still exists.
Code: Select all
Debug PeekS(XML_ExpatVersion_())
Code: Select all
Debug PeekS(pb_XML_ExpatVersion_(), -1, #PB_Ascii)
Code: Select all
Debug PeekS(pb_XML_ExpatVersion_())