CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Glenn Stark

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,584

    Re: string to integer VBScript

    a$="123456"
    num= val(a$)

    this converts the string 123456 into a number
    look up the function val.

    hope this helps.
  2. Replies
    0
    Views
    700

    Absolute Sector Read/Write

    Hello,
    I have been looking for a way to do absolute sector reads and writes to a mass storage device (its a digital camera that shows up a drive letter). I found the old dos way using int 21h......
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured