[HELP] Math.Abs(Textbox1.text) issue
Well this seems weird but for my next version (v1.4) for my program I plan to add an absolute value equation, all i know s that abs( on a graphic calculator is absolute value, so... I get an error when i get to this equation:

Originally Posted by
Mnpeep's Multitool v1.4 (Under Development)
If button8.enabled = false and button7.enabled = true then label5.text = math.abs(textbox1.text)
How do I fix this problem?