devxlogo

June 25, 2003

Accessing DevX RSS Feeds

Frequently Asked Questions Selected News Readers Selected News Aggregators More RSS Resources Take me directly to the feeds! 1. Frequently Asked Questions What are DevX feeds? DevX offers access to

Read a Complete Text File in One Pass

Typically, you read and process a text file by using a loop and VB’s Line Input statement: Do While Not Eof(1) Line Input #1, myStringVar$ ‘ process the line hereLoop

Make Applications Stand the Test of Time

xperience suggests the working life of applications is enhanced if developers acknowledge the inherent requirements of standards-based development. For instance, if an application is based on emerging or evolving technology,