Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Absolute value of a value
Message
From
10/11/2011 17:05:55
 
 
To
10/11/2011 16:40:57
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01528610
Message ID:
01528625
Views:
47
>The absolute value is just the magnitude of a number, regardless of its sign (positive or negative). Its return value is always positive.
>
>Abs( 1.39 ) = 1.39
>Abs( -1.39 ) = 1.39

Ok, thanks for the additional explanations. I did use Int() and that resolved the issue. However, it is confusing as the designer doesn't show it as blue or as in another color. So, at first, I thought it wouldn't work.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform