Results 1 to 10 of 10

Thread: Problems with CInt [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004

    Problems with CInt [RESOLVED]

    Code:
        Const bibble As String = "a"
        Dim number As Integer
        number = CInt(bibble)
    This code crashes the program. Is there a function that would do the same thing as CInt, but not make the program crash?
    Last edited by Darkwraith; Feb 27th, 2004 at 01:44 PM.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

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