User Profile

Collapse

Profile Sidebar

Collapse
ryanbobitz
ryanbobitz
Last Activity: May 17 '09, 02:10 PM
Joined: May 16 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ryanbobitz
    replied to help me in the division by zero
    my code in the equals sign is like this

    dim num1 as integer
    dim num2 as integer
    dim answer as integer
    dim operation as string
    Option Explicit


    if operation="/" Then
    answer = num1/num2
    End If

    how can i make a msgbox denoting that a division by zero is occured, instead of error,,

    thx,
    See more | Go to post

    Leave a comment:


  • ryanbobitz
    started a topic help me in the division by zero

    help me in the division by zero

    How can i put a message "Math Error" in the displaytext of my calculator if a division by zero is applied???


    For those who knows this one,
    Can you help me?? please...
    See more | Go to post
No activity results to display
Show More
Working...