Re: Compiler Error


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on April 06, 2009 at 07:55:15:

In Reply to: Compiler Error posted by Bill Morgan on April 06, 2009 at 06:49:10:

Bill:

Take a look at your For / Next loop. It's telling you that the control variable (the "X" in For X = 1 to 10) doesn't have enough integer digits to hold the maximum value it may achieve. For example, if X is declared as 2.0 you shouldn't use it in a loop going 1 to 99 because on the last iteration it will actually get a value of 100 (3 digits) before terminating.

bb


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]