Results 1 to 2 of 2

Thread: Converting

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    12
    I know that in Visual Basic, to convert a value in a variable into a integer is :

    dim Value
    msgbox Val(value)

    you use VAL

    but how do u do that with ASP.....Converting a value in a variable into a integer where you can do somme addition, multiplication ,etc on it ??

  2. #2
    Guest

    use cint

    newinteger = cint(value)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width