View Single Post
05/29/23, 11:49 AM   #3
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Originally Posted by Masteroshi430 View Post
Apparently not, ZO_LocalizeDecimalNumber is indeed ZO_CommaDelimitDecimalNumber and returns a string, did you try :
tonumber(value)
?
I'll try it. Im just trying to display 10,000 in libaddonmenu settings panel but save 10000 as the variable used in math in other functions. So i want to SetFunction to be able to return it to 10000 basically
  Reply With Quote