Results 1 to 2 of 2

Thread: VBScript

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    How do I fricking convert a number to a string and a string to a number in VBScript!? There is no Val, or Str functions.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Post

    Hi,

    I don't know if it's in VBScript too but in VB there are functions like

    -
    CLng( "1" ) 'returns a Long
    CStr( 1 ) 'returns a String
    -

    Hope this helps

    ------------------
    [email protected]
    ...
    Every program can be reduced to one instruction which doesn't work.


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