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.
![]() Oct 19 2012, 1:11 pm
Best response
|
|
abs() http://www.byond.com/docs/ref/info.html#/proc/abs
|
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 ^^ |