Typecasting in ASP? [SOLVED]

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Typecasting in ASP? [SOLVED]

Post by Jade »

Hey, does anyone know how to typecast a request.form value to a bit integer?

--------

Asc - Converts the first letter in a string to ANSI code
CBool - Converts an expression to a variant of subtype Boolean
CByte - Converts an expression to a variant of subtype Byte
CCur - Converts an expression to a variant of subtype Currency
CDate - Converts a valid date and time expression to the variant of subtype Date
CDbl - Converts an expression to a variant of subtype Double
Chr - Converts the specified ANSI code to a character
CInt - Converts an expression to a variant of subtype Integer
CLng - Converts an expression to a variant of subtype Long
CSng - Converts an expression to a variant of subtype Single
CStr - Converts an expression to a variant of subtype String
Hex - Returns the hexadecimal value of a specified number
Oct - Returns the octal value of a specified number
Post Reply