Math function

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi
Is there a ny function in VB that returns a minus figure? Receives 150 and
returns -150

Thank you,

Shmuel
 
S Shulman said:
Hi
Is there a ny function in VB that returns a minus figure? Receives 150 and
returns -150

Thank you,

Shmuel

Not a function - an operator. Put a minus sign in front of the number. (OR
multiply it by minus one)
 
Back
Top