I'm setting a number to be added to the end of an array - only up to 100.
When using an array like:
<cfset newNum(1) = "A" & code to add number up to 100>
<cfset newNum(2) = "B" & code to add number up to 100>
Will this work when inserting data into a table?
<cfquery datasource="#Application.dsn#" name=''>
...
set bogus number = newNum
</cfquery>
Will newNum(2) replace newNum(1) when newNum(1) reaches 100?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

