Results 1 to 3 of 3

Thread: Power Function in VB

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    What is the equivalent in VB of the pow() function in
    C++. VB help is of no help as usual.

    While I'm at it, is there VB documentation of common
    functions like that? Where would I find it?
    I get sick of searching VB Help for hours when I need something.

    Thanks

  2. #2

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Code:
    x ^ y 'power
    5 ^ 2 = 25 'example
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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