| |
jsarge
Posts: 1
Score: 0
Joined: 10/28/2004
From:
Status: offline
|
I've got an ASP page that collects some information and sends the information to a new page as a "Hidden" value in a form field. The second page uses a "Request.Form" function to retrieve the value of these items and store them in a variable. The variable is always formatted as a String (VarType = 8) and none of the standard VBS functions will let me convert it back to a number (Single, Long, Currency, etc.) Any ideas what I'm doing wrong? TIA, Jon
|
|