Abs Function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry West

    #1

    Abs Function

    Is there a comparable function in VB .NET for the VB6 Abs function?

    JW


  • Armin Zingler

    #2
    Re: Abs Function

    "Jerry West" <jw@comcast.net schrieb
    Is there a comparable function in VB .NET for the VB6 Abs function?
    Menu edit -find & replace -find symbol: Enter abs. You find Math.Abs.


    Armin


    Comment

    • Jerry West

      #3
      Re: Abs Function

      Ah, yes, thanks!

      JW

      "Armin Zingler" <az.nospam@free net.dewrote in message
      news:%23nBhLBXy HHA.3916@TK2MSF TNGP02.phx.gbl. ..
      "Jerry West" <jw@comcast.net schrieb
      >Is there a comparable function in VB .NET for the VB6 Abs function?
      >
      Menu edit -find & replace -find symbol: Enter abs. You find Math.Abs.
      >
      >
      Armin
      >
      >

      Comment

      • Chris Dunaway

        #4
        Re: Abs Function

        On Jul 18, 1:57 pm, "Jerry West" <j...@comcast.n etwrote:
        Is there a comparable function in VB .NET for the VB6 Abs function?
        >
        JW
        Perhaps Math.Abs

        Comment

        Working...