- Found in:
- LibFire
- LibTurtleClub
Description
Documentation Comment
Replaces {} tokens in asFormat with argValues (supports up to 9 values)
Note: Arrays exceeding the maximum number of values will be truncated.
Syntax: https://fmt.dev/latest/syntax.html
Caveats
Parameters
stringasFormat
int[]argValues
Examples
Auto-Generated Example
string myString__asFormat
int[] myIntArray__argValues
string returnedValue = LibFire.FormatInt(myString__asFormat, myIntArray__argValues)