ID:1021963
 
(See the best response by Stephen001.)
Hello, I would like to remove - from numbers.

I thought I should've used findtext() for it, but it won't obviously work, it was made for being only used with text, is there a way to make it work with "-"? And what could copy the number without the "-"? copytext(num, 1)? I've tried it but it won't work :S

Sorry for being a noob at this, thank you all for helping me.
Best response
In response to Stephen001
Stephen001 wrote:
abs() http://www.byond.com/docs/ref/info.html#/proc/abs

Thank you! I was about to use num2text() and then text2num() again but yours is much better ^^
I love abs() but they really don't help you get a date