This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Negative Number
#4
As a work-around you can use string/text data type and format the value in the script:
Code:
value = string.format('%.4f', value) -- 4 decimal places
Reply


Messages In This Thread
Negative Number - by Fahd - 05.11.2024, 07:47
RE: Negative Number - by admin - 05.11.2024, 07:51
RE: Negative Number - by Fahd - 05.11.2024, 08:02
RE: Negative Number - by admin - 05.11.2024, 08:15
RE: Negative Number - by Fahd - 05.11.2024, 11:03

Forum Jump: