Function to convert: Neg.Num = 0 Pos.Num = Pos.Num

Xypher
Member Posts: 297
Is there any built in function that would provide me with these results...
Or can I achieve this by using any other function (or combination thereof)?
[I am wanting to avoid IF .. THEN]
A := 5; B := -5; A := INT(A); //A = 5 B := INT(B); //B = 0
Or can I achieve this by using any other function (or combination thereof)?
[I am wanting to avoid IF .. THEN]
0
Comments
-
if YourValue < 0 then YourValue :=0;
If it's >= zero if will pass by this code anyway.
Why avoid IF?
how about make a text Variable convert your OrigValue to text
strip away any '-' from your new Text Variable.
Convert if back to integer.
now add your OrigValue value to the new Integer.
then divde by 2
I could probably get this in 1 long line of code...
Just kidding I would use a simple if
hmmmm :whistle: ...If doesn't look so bad now 8)0 -
I forgot about ABS - might come in handy one day! \:D/
at least i got the divide by 2 part correct0 -
Savatage wrote:I forgot about ABS - might come in handy one day! \:D/
at least i got the divide by 2 part correct
Harry I was right when some time ago I said that you are slowly coming over to the dark side 8)David Singleton0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions