
Contributor II
2022-02-15
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
getting the absolute Value
In a script want to use all numbers > 10 and all < -10 in an if statement. As I didn't found an ABS(x) function I need to do all conditions twice. Is there a solution available?
3,224 Views
1 Solution
Accepted Solutions

Creator III
2022-02-15
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how about FABS() ?
If you found help, mark the correct answer and give some likes to ALL contributors, that tried to help.
1 Reply

Creator III
2022-02-15
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how about FABS() ?
If you found help, mark the correct answer and give some likes to ALL contributors, that tried to help.
