Boby
(Robert K.)
1
First of all, I have to admit I love Blockly because it’s easing up things dramatically.
But currently I’m failing to migrate the following script:
var Float num3 = num1 + Math::abs(num2)
Where do I find the “abs” function in Blockly to get always positive signs for a figure?
JustinG
(JustinG)
2
In the math group, the block that is displayed as “square root” has several function options included “absolute”.

1 Like
Boby
(Robert K.)
3
Thank you, captain! I was looking at 10 different places - but not there 