ok.
What I am going to be using the For for, is that I am going to gather the information dynamically
From a QueryString to let me know how many Fields that I need to create.
Then the information is going to be used to create fields in the database.
So.
I need it to work the way that it already works, I just need to make sure that I am getting the correct
# of Fields within the "row" count.
If not, then the whole thing will break once I try to insert it into the database.
UNLESS there is a way to Minuse -1 away from the total of the "row" count
Before the insert into the database is done?
Main Topics
Browse All Topics





by: b0lsc0ttPosted on 2009-07-03 at 23:04:49ID: 24776005
carrzkiss,
What is it you are trying to do in the If statement? Since it messes with the variable used for the counter I think you will have problems. If you really need to change that variable then you probably have to exit the For as well (but then it wouldn't really make sense to change a variable used for the loop). It explains the "operation not allowed" error.
Let me know if you have any questions or need more information.
b0lsc0tt