Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ArtSmart

  1. ArtSmart

    Can't access only one page (accessible from other computer)

    I'm trying to access www.broward.edu (64.94.48.12). IE on my machine reports "The page cannot be displayed". Trying to access it by typing URL vs. host name doesn't make any difference. This page is accessible from any other computer I tried. Trying to do ping to that address produces ping...
  2. ArtSmart

    Incrimental loop is screwed up.

    This is just an example programm. The real programm is much more complex with a changing increment. And then, is method is perfectly legal and just as good as any other. I guess the question is why is it when you add 0.1 to o.7 it equals 0.800001?
  3. ArtSmart

    Incrimental loop is screwed up.

    Somebody help a stupid guy and tell me why is it with microsoft 2 doesn't equal 2. Here is a small example representing my problem: Sub Test() Dim SPD As Single SPD = 0 SPDT: SPD = SPD + 0.1 GoTo SPDT End Sub If you add a watch for SPD and a break point so you can actually...

Part and Inventory Search

Back
Top