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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mcnorth
  • Content: Threads
  • Order by date
  1. mcnorth

    Direct file access w/older I/O stmts

    My project is a dll for downloading and updating stock data in the metastock format. It's all binary for which I'm using; Open "FileName" For Binary As #1 Len = Len(MyRec) 'do stuff here Close #1 kind of statements and functions. The problem I am head butting at the moment is when I open...
  2. mcnorth

    Undo scientific notation

    The following is my feeble effort to change an MBF formated Single to an IEEE formated single. I realize none of this is very elegant but I'll save elegance for later. The problem at this point (I'm sure there will be more) is that at the end of the routine it's in scietific notation. What I...
  3. mcnorth

    convert single to 4 bytes

    Is there a way to convert a single to its 4 representative bytes?
  4. mcnorth

    Strange date format

    I'm having a miserable time trying to figure out a strange date format that is used in a stock trading program. Here are some of the values. 12-11-2001 b0c07694 01-02-2002 600c7994 02-01-2002 90127994 If anyone can shed some light on this I would gratly appreciate it.
  5. mcnorth

    AMD 2000XP runs too fast! Abit NV7-133R MB

    Has anybody had any experience with their system running too fast? I upgraded to the AMD AthlonXP 2000 with a Abit NV7-133R motherboard and still using Windows 98. My system started to race as in everything it did occurred blindingly fast. The second hand on the clock would take 12 seconds to...

Part and Inventory Search

Back
Top