Previous | Next | Table of Contents | Index | Program List | Copyright
5.10 Tricks of the Trade: Common Programming Errors
Remember that the counter variable in a FOR
loop has no existence
outside the loop. If you need to remember the value of the counter variable,
copy it into a different variable.
Previous | Next | Table of Contents | Index | Program List | Copyright
Copyright © 1996 by Addison-Wesley Publishing Company, Inc.