Alternative to tostring() for bulk conversion of values.

Using tostringall() instead of tostring() when converting a large number of values may result in better performance.


See also Debugging and Profiling functions.

Signature:

... = tostringall(...)

Arguments:

  • ... - A list of values (list)

Returns:

  • ... - A list of string representations of the values passed in (list)
This function is defined by the default user interface in Lua. You can find the definition by examining the FrameXML code for the default UI,