View Single Post
09-03-19, 01:01 AM   #1
kernighan
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 45
format(TEXT(PARENS_TEMPLATE)) replacement?

In an old addon I'm getting up to current API syntax, I have the following line of code:

Code:
         rank_suffix = format(TEXT(PARENS_TEMPLATE), rank_suffix)
This apparently is no longer valid. Does anyone know what this should be replaced with these days?

Thanks!
  Reply With Quote