devxlogo

Generating Special HTML Tags

Question:
I am trying to use Print# statements to create an HTMLtext file and VB3 that I am using keeps interpreting the HTML characters as Data Types and operators saying it wants an Expression:expected message.

Answer:
The problem is that while HTML requires lots of double quotes, VB considers the double quote character as the delimiter for strings. In order to print a double quote, just concatenate a Chr$(34) wherever there should be a double quote. The answered question pages are generated in this manner, by the way.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  Five Early Architecture Decisions That Quietly Get Expensive

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.