> From: "Sam Fisher" <[EMAIL PROTECTED]>
> The value "" cannot be converted to a number
> 155 : <CFOUTPUT>#ID#</CFOUTPUT>
> 156 : <CFSET ID=ID + 1>
What code have you used when using "Val()" on ID.
Have you tried this:
<CFSET ID = VAL(ID) + 1>
?
If so and it still throws an error, send more of the code/details.
Scott
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

