Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/09/21, 04:43 AM   #13
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Just ran into an unexpected change that is probably a bug?

Code:
/script d(zo_strformat("<<i:1>>", 5))
Should return "5th" but instead returns "th". Can be fixed with:
Code:
/script d(zo_strformat("<<1>><<i:1>>", 5))
But definitely looks unintended.
  Reply With Quote
 

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » Update 6.2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off