Thread: 3.2 Update
View Single Post
09/21/17, 04:41 AM   #5
Sounomi
Join Date: Oct 2014
Posts: 40
Found a bug with zo_strformat on the PTS to where it doesn't seem to be treated comma delimited numbers properly.

Code:
/d zo_strformat("<<1[0/1/$d]>>", "1337")
That will return "1337" as it should.

Code:
/d zo_strformat("<<1[0/1/$d]>>", "1,337")
That will return "1" however.
  Reply With Quote