Thread: 3 Questions
View Single Post
07-27-13, 06:22 AM   #23
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Originally Posted by Phanx View Post
Using string functions as metamethods is the slowest possible way to use them. Do this instead:

Code:
fontString:SetText(gsub(format(t[3], value / t[2]), "%.", " , "))
Omg, I failed twice the same topic in the same thread
  Reply With Quote